Re: atari sysinst.fs overflow again

[email protected] (Christos Zoulas) Mon, 20 Nov 2017 18:01:19 -0500
Newsgroups gmane.os.netbsd.ports.atari
Organization Astron Software
Message-ID <[email protected]>
On Nov 20,  1:58pm, [email protected] (David Ross) wrote:
-- Subject: Re: atari sysinst.fs overflow again

| Let me know and I can test any proposed changes on my TT030.
| 

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.

Then to find the disks one can:

    sed -n -e 's/\(^[ws]d[0-9]\) at/\1/p' /kern/msgbuf

christos