X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=man%2Fmkrescue.8;h=3d1776df026140e61c890f2221326d652fc41b4f;hb=19f2df8159727c0131469f14de21c438c14f5501;hp=8e36327ec730dd041bbfef352115ae7e7c9110bc;hpb=23c77cc092dbbb1e12c47c2b0021d4476b543702;p=rrq%2Fmaintain_lilo.git diff --git a/man/mkrescue.8 b/man/mkrescue.8 index 8e36327..3d1776d 100644 --- a/man/mkrescue.8 +++ b/man/mkrescue.8 @@ -1,131 +1,156 @@ '\" t -.\" @(#)mkrescue.8 1.0 20011031 jrc +.\" @(#)mkrescue.8 .\" 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. +.\" 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" +.\" Original for lilo 22.1, John Coffman 2001-10-31 +.\" Updated for lilo 22.5.4, John Coffman 2003-05-24 +.\" Updated for lilo 22.6.1, John Coffman 2004-11-16 +.\" Updated for lilo 23.1, Martin Eberhard Schauer 2011-03-06 +.\" (Reformatted to better match Linux man-pages conventions) + +.TH MKRESCUE 8 "6 Mar 2011" + .SH NAME -mkrescue \- make rescue floppy +mkrescue \- make rescue floppy or CD + .SH SYNOPSIS -.LP -.B "/usr/sbin/mkrescue" -\- make a bootable rescue floppy or CD using the default kernel specified -in \fIlilo.conf\fP. +.B /sbin/mkrescue +makes a bootable rescue floppy or CD using the default kernel specified in +.IR lilo.conf . + .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 +\fBmkrescue\fP takes its specifation for the kernel from the default image +specified in \fI/etc/lilo.conf\fP. +If the actual default is an \fIother=\fP specification, then use the first +\fIimage=\fP specification. +Any associated initial ramdisk (\fIinitrd=\fP), 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). +\fBmkrescue\fP normally requires no options, unless a CD-image is desired +(\fB--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. +\fB--append\fP +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 by providing the +null string (\fB--append ""\fP). + .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. +.B --debug +Provide verbose output of the operation of +.BR 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. +\fB--device\fP +Make the floppy on a device other than \fI/dev/fd0\fP. +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, +.B --fast +Use a faster method of creating the boot floppy. +This involves first creating a file of \fB--size\fP 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 ]" +\fB--fs\fP [ \fIext2\fP | \fImsdos\fP | \fIminix\fP ] 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. +\fIext2\fP is the default, but \fImsdos\fP and \fIminix\fP allow +slightly more disk sectors for really big kernels. + .TP -.BI "--help" +.B --help Print a short usage synopsis, including a list of command options. + .TP -.BI "--image