diff options
author | hpa <hpa> | 2003-11-24 01:40:34 +0000 |
---|---|---|
committer | hpa <hpa> | 2003-11-24 01:40:34 +0000 |
commit | 4a10396ab1f114fc37fa8f276e047fe3c283671c (patch) | |
tree | fa9031da1b0469d079e87694482e845aa579fe28 /syslinux.doc | |
parent | ae5f820de305d20adb9d47c0dd142167ad7ad270 (diff) | |
download | syslinux-4a10396ab1f114fc37fa8f276e047fe3c283671c.tar.gz |
Add timeoutcmd command
Diffstat (limited to 'syslinux.doc')
-rw-r--r-- | syslinux.doc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/syslinux.doc b/syslinux.doc index e217812d..765924d0 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -222,6 +222,12 @@ TIMEOUT timeout NOTE: The maximum possible timeout value is 35996; corresponding to just below one hour. +TIMEOUTCMD kernel options... + Sets the command line invoked on a timeout. Normally this is + the same thing as invoked by "DEFAULT". If this is specified, + then "DEFAULT" is used only if the user presses <Enter> to + boot. + 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 |