Re: atari sysinst.fs overflow again
Izumi Tsutsui <[email protected]> Wed, 22 Nov 2017 00:23:16 +0900
| Newsgroups | gmane.os.netbsd.ports.atari |
|---|---|
| Message-ID | <[email protected]> |
christos@ wrote:
> all the sysctls to find the root device can be deleted and
> the 'mount -u ${rootdev} /' can be changed to 'mount -u /'
> or 'mount -u /kern/rootdev /'. All the atari kernels seem
> to have kernfs.
It requies /sbin/mount_kernfs in sysinst.fs instead,
but it could be smaller than /sbin/sysctl?
> Then to find the disks one can:
>
> sed -n -e 's/\(^[ws]d[0-9]\) at/\1/p' /kern/msgbuf
Well, I'm not sure if src/distrib/atari/floppies/prepare
is still necessary..
(I don't know in which case it's used and I have never tried it)
---
Izumi Tsutsui