Writing Floppy Disk Images
dd if=boot.img of=/dev/fd0 bs=1024 conv=sync ; sync
dd if=root.img of=/dev/fd0 bs=1024 conv=sync ; sync
dd if=net-drivers.img of=/dev/fd0 bs=1024 conv=sync ; sync