Thursday, April 20, 2006

Make a boot floppy in Linux

You can easily make a bootable linux floopy disk uisng the mkbootdisk command.
As root type
# mkbootdisk --device /dev/fd0
eg:
# mkbootdisk --device /dev/fd0 2.4.21-0.13mdk

for knowin the kernel version type
#uname -r

No comments: