]> git.ozlabs.org Git - yaboot.git/blobdiff - man/yaboot.conf.5
Remove sysmap support
[yaboot.git] / man / yaboot.conf.5
index b1371bf8cfbb3bcafbbae397b7176004f3a5af82..1103d2134835eb4b334d7d1dba062e96fe684ad9 100644 (file)
@@ -6,7 +6,7 @@
 .\" This program is distributed according to the Gnu General Public License.
 .\" See the file COPYING in the ybin source distribution.
 .\"
-.TH YABOOT.CONF 5 "25 October 2001" "GNU/Linux PowerPC" "File Formats"
+.TH YABOOT.CONF 5 "28 October 2001" "GNU/Linux PowerPC" "File Formats"
 .SH NAME
 .B yaboot.conf
 \- Configuration file format used by
@@ -19,7 +19,7 @@ and
 The \fByaboot.conf\fP file is a configuration file for \fByaboot\fP
 which is read during booting, and for \fBybin\fR(8) to generate a boot
 menu and to properly install \fByaboot\fP onto the \fBbootstrap\fP(8)
-partition. 
+partition.
 
 \fByaboot.conf\fP provides instructions for \fByaboot\fP. This
 includes which kernels to load and what options to pass to them.
@@ -63,7 +63,7 @@ is:
 The first form refers to a file or directory on some supported filesystem
 (currently \fIext2\fP, \fIhfs\fP, \fIhfs+\fP or \fIiso9660\fP), the latter
 refers to a range of 512B blocks on a device. For a device block range,
-either <devicename>, or <part>, or [<m>-<n>] must be given. 
+either <devicename>, or <part>, or [<m>-<n>] must be given.
 
 Optional <devicename> is the OpenFirmware name of the device the file or range
 is located on. See below for its syntax. For OpenFirmware the device
@@ -251,8 +251,10 @@ Specifies a file containing a message that is displayed before the
 boot prompt.  You may specify either a plain pathname, in which case
 the default device and partition will be derived from the
 \fIdevice=\fR and \fIpartition=\fR lines in the global section of
-\fByaboot.conf\fR, or you can specify a full OpenFirmware device
-path.  Note: only the first 2000 bytes of this file will be read.
+\fByaboot.conf\fR, or you can specify a full OpenFirmware device path,
+the file may be on any \fByaboot\fR(8) supported filesystem.  The message
+file must be plain ASCII text with UNIX newlines.  Note: only the
+first 2000 bytes of this file will be read.
 .TP
 .BI "password=" password
 Protect booting by a password. The password is given in either
@@ -338,7 +340,7 @@ filesystem MacOS will mount and debless the OSX partition.  Add this
 option if the OSX menu entry breaks after booting MacOS.  You should
 not use this option if OSX is installed on a UFS filesystem, for UFS
 installs you specify the OSX bootstrap partition which is protected
-against MacOS.  This option requires \fImacosx=\fR to be set.  
+against MacOS.  This option requires \fImacosx=\fR to be set.
 .TP
 .BI "darwin=" of-path
 The OpenFirmware or unix device path to a Darwin boot partition.
@@ -351,7 +353,7 @@ use the \fBofpath\fR(8) utility to determine the OpenFirmware device
 path.
 .TP
 .B "enablecdboot"
-This option adds an entry to the multiboot menu to boot from the CDROM drive. 
+This option adds an entry to the multiboot menu to boot from the CDROM drive.
 .TP
 .B "enablenetboot"
 This option adds an entry to the multiboot menu to boot from the network.
@@ -560,10 +562,6 @@ print to the user when asking him to press a key. The default is:
 
   Press ENTER to continue.
 .TP
-.BI "sysmap=" filename
-Specifies the path for the System.map file that goes with the kernel
-image (\fIimage=\fR).  This is for 2.4 kernels with a kernel debugger only.
-.TP
 .BI "single-key"
 Enables booting the image by hitting a single key when the cursor is at the
 first character in the input line, without the need to press <ENTER>
@@ -616,7 +614,7 @@ macosx=/dev/hda10
 .SH NOTES
 The format defined in this man page will not work with versions of
 \fByaboot\fR(8) older then 0.6.  The color options only work with
-yaboot 1.0 and later. 
+yaboot 1.0 and later.
 .SH BUGS
 Some
 .B yaboot