mkbootdisk (8) Linux Manual Page
mkbootdisk – creates a stand-alone boot floppy for the running system
Synopsis
mkbootdisk [–version] [–noprompt] [–verbose]
–device devicefile] –size size]
–kernelargs <args>] –iso]
Description
mkbootdisk creates a boot floppy appropriate for the running system. The boot disk is entirely self-contained, and includes an initial ramdisk image which loads any necessary SCSI modules for the system. The created boot disk looks for the root filesystem on the device suggested by /etc/fstab. The only required argument is the kernel version to put onto the boot floppy.
Options
–devicedevicefile- The boot image is created on devicefile. If
–deviceis not specified, /dev/fd0 is used. If devicefile does not existmkinitrdcreates a 1.44Mb floppy image using devicefile as the filename. –noprompt- Normally,
mkbootdiskinstructs the user to insert a floppy and waits for confirmation before continuing. If–nopromptis specified, no prompt is displayed. –verbose- Instructs
mkbootdiskto talk about what it’s doing as it’s doing it. Normally, there is no output frommkbootdisk. –iso- Instructs
mkbootdiskto make a bootable ISO image as devicefile. –version- Displays the version of
mkbootdiskand exits. –kernelargsargs- Adds args to the arguments appended on the kernel command line. If this is not specified
mkbootdiskusesgrubbyto parse the arguments for the default kernel fromgrub.conf, if possible. –sizesize- Uses size (in kilobytes) as the size of the image to use for the boot disk. If this is not specified,
mkbootdiskwill assume a standard 1.44Mb floppy device.
See Also
Author
Erik Troan <ewt [at] redhat.com>
