Subject: Re: dd comand for building install floppies
To: None <jeff_kreska@pts.mot.com>
From: Kim Andersen <kim@dde.dk>
List: port-i386
Date: 11/14/1995 10:43:42
> 
> Any one know off the top of their head the dd comand I would use to generate
> the install disks from the .fs files.
> 
> 	I tryed "gzcat inst-10A.fs.gz | dd of=/dev/fd/0 bs=20" with no luck.
> 
> I know it used to mentioned in the README/INSTALL files but I can't find it.
> If it really matters I am trying to make the floppies from a SUN for the i386
> install.

dd if=inst-10A.fs.gz of=/dev/fd0a bs=8k

regards
kim