On Mon, 21 Feb 2000, Attila wrote:
> I'd prefer a method based on 'dd' and 'cp'. It is possible? > > Thanks > Attila > > > On Mon, Feb 21, 2000 at 21:57, Attila Csosz wrote: > >> How could I create a new bootdisk like created the debian installer after > >> the > >> installation? I think it is not enough 'dd if=zImage of=/dev/fd0' only > >> because I see some syslinux related files. If you have a running Linux, then the commands would be: dd if=/vmlinuz of=/dev/fd0 bs=512 conv=sync rdev /dev/fd0 /dev/your_root_partition rdev -R /dev/fd0 1 Oki