Re: atari sysinst.fs overflow again
David Ross <[email protected]> Mon, 20 Nov 2017 13:58:58 -0800
| Newsgroups | gmane.os.netbsd.ports.atari |
|---|---|
| Message-ID | <CAN0c_7+YOQTVsc8yM7yTFmNKqHTLayFMW0iKuVHvKHkLG-GfkQ@mail.gmail.com> |
Let me know and I can test any proposed changes on my TT030. Dave On Sat, Nov 18, 2017 at 11:54 AM, Christos Zoulas <[email protected]> wrote: > On Nov 19, 4:28am, [email protected] (Izumi Tsutsui) wrote: > -- Subject: Re: atari sysinst.fs overflow again > > | christos@ wrote: > | > | > I don't think you need to specify the root device to remount root > | > anymore: > | > > | > [2:15pm] 125#cp /dev/null /etc/fstab > | > [2:15pm] 126#mount -u / > | > | I don't think we can write /etc before root fs is mounted. > | Is it simple to prepare empty /etc/fstab in sysinst.fs? > > No, I meant that it does not consult fstab to find root :-) > So I emptied it to prove that it works. > > christos