Subject: Re: Bug in install-filesystem
To: None <port-atari@NetBSD.ORG>
From: Leo Weppelman <leo@ahwau.ahold.nl>
List: port-atari
Date: 08/25/1995 09:49:00
> 	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.