Click to See Complete Forum and Search --> : making bootdisk


bluesky
08-27-2001, 08:49 PM
How to make a bootdisk for redhat 7.1. In redhat 6.1, the command "man mk-bootdisk" will show how, but this command did not seem to work in redhat 7.1 ?

Strike
08-27-2001, 08:55 PM
I thought it was just mkbootdisk (no "-")

spookyboo
08-27-2001, 09:46 PM
mkbootdisk -device /dev/fd0 `uname -r`

You could replace the `uname -r with 2.4.9 if you were using kernel-2.4.9.

bluesky
08-27-2001, 10:33 PM
Yea. I made a bootdisk pretty easy. Thanks both.