summaryrefslogtreecommitdiff
path: root/syslinux.doc
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-27 05:36:16 +0000
committerhpa <hpa>2003-11-27 05:36:16 +0000
commit65cdb2eaabadc7ba9dfe499bc208672a947e3b98 (patch)
treee5f00057aecf409f64ccc05b12781ab4c4d0398b /syslinux.doc
parent203545dc34c9426e82e334cafa39021f3291d8c2 (diff)
downloadsyslinux-65cdb2eaabadc7ba9dfe499bc208672a947e3b98.tar.gz
Add "onerror" configuration directivesyslinux-2.08-pre6
Diffstat (limited to 'syslinux.doc')
-rw-r--r--syslinux.doc17
1 files changed, 17 insertions, 0 deletions
diff --git a/syslinux.doc b/syslinux.doc
index 2cf01013..e621b50b 100644
--- a/syslinux.doc
+++ b/syslinux.doc
@@ -228,6 +228,23 @@ ONTIMEOUT kernel options...
then "DEFAULT" is used only if the user presses <Enter> to
boot.
+ONERROR kernel options...
+ If a kernel image is not found (either due to it not existing,
+ or because IMPLICIT is set), run the specified command. The
+ faulty command line is appended to the specified options, so
+ if the ONERROR directive reads as:
+
+ ONERROR xyzzy plugh
+
+ ... and the command line as entered by the user is:
+
+ foo bar baz
+
+ ... SYSLINUX will execute the following as if entered by the
+ user:
+
+ xyzzy plugh foo bar baz
+
SERIAL port [[baudrate] flowcontrol]
Enables a serial port to act as the console. "port" is a
number (0 = /dev/ttyS0 = COM1, etc.) or an I/O port address