'\" t .\" @(#)mkrescue.8 1.0 20011031 jrc .\" This page is part of the LILO package, which is released by .\" the author(s) under a BSD license. See the file COPYING .\" in the LILO source directory for the License and Disclaimer. .\" .\" Original version, John Coffman 2001-10-31 .\" Updated to version 2.0 & lilo 22.5.4, John Coffman 2003-05-24 .\" .\" Updated to version 3.0 & lilo 22.6.1, John Coffman 2004-11-16 .\" .TH MKRESCUE 8 "16 Nov 2004" .SH NAME mkrescue \- make rescue floppy .SH SYNOPSIS .LP .B "/usr/sbin/mkrescue" \- make a bootable rescue floppy or CD using the default kernel specified in \fIlilo.conf\fP. .SH DESCRIPTION .LP .B mkrescue takes its specification for the kernel from the default image specified in \fB/etc/lilo.conf\fP. If the actual default is an \fIother=\fP specification, then use the first \fIimage=\fP specification. Any associated initial ramdisk (initrd=), and \fIappend=\fP options will also be used. The root directory will be taken to be the \fIcurrent\fP root. A bootable floppy or CD-image will be created using LILO version 22.5.5 or later. .B mkrescue normally requires no options, unless a CD-image is desired (\fI--iso\fP). .SH OPTIONS .LP .TP .BI "--append " Override any \fIappend=\fP options taken from the default image. If there is any doubt about whether the \fIlilo.conf\fP options are correct, then specify no kernel parameters with: \fB--append ""\fP, the null string. .TP .BI "--debug" Provide verbose output of the operation of "mkrescue", pausing to allow the setting of internal operating parameters to be viewed. "" must be hit to proceed from these pauses. .TP .BI "--device " Make the floppy on a device other than /dev/fd0. The floppy disk will always be made to boot on BIOS device code 0x00 (A: drive), without regard to the drive on which it is created. .TP .BI "--fast" Use a faster method of creating the boot floppy. This involves first creating a file of "\-\-size" 1k blocks (default is 1440) mounted using a loopback device, creating the bootable floppy, then copying the entire file to the disk. .TP .BI "--fs [ ext2 | msdos | minix ]" Specify the type of filesystem to create on the drive. .B ext2 is the default, but "msdos" and "minix" allow slightly more disk sectors for really big kernels. .TP .BI "--help" Print a short usage synopsis, including a list of command options. .TP .BI "--image