Re: atari sysinst.fs overflow again
Izumi Tsutsui <[email protected]> Sun, 19 Nov 2017 04:28:49 +0900
| Newsgroups | gmane.os.netbsd.ports.atari |
|---|---|
| Message-ID | <[email protected]> |
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? IIRC -u was added to allow calling .profile script multiple times as other ports, but they specfied the root device explicitly. http://gnats.netbsd.org/37470 http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/i386/floppies/common/Attic/dot.profile?rev=1.5 --- Izumi Tsutsui