Subject: Re: dd comand for building install floppies
To: None <jeff_kreska@pts.mot.com>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: port-i386
Date: 11/14/1995 14:19:02
>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 believe "bs=18k" is a safer bet; it works for me.

(Although I'm not quite sure while you're writing to stdin, of all places;
will that even work??)