> 3) Enter the command:
> sed -e '/mount -v/s/-v/-t ffs -v/' < install > install.tmp
The correct one is:
sed -e '/mount -v/s/mount -v/mount_ffs/' < install > install.tmp
Thanks Billy for testing this one....
I _promise_ a new set of install floppies will be on ftp.netbsd.org before
the end of the weekend (I'll try tonight....).
Leo.