summaryrefslogtreecommitdiff
path: root/syslinux.doc
diff options
context:
space:
mode:
authorhpa <hpa>2004-05-29 22:11:23 +0000
committerhpa <hpa>2004-05-29 22:11:23 +0000
commit975a4c3b343c09a340d95f1a2a4ece3556c57a10 (patch)
tree6a357b29c4306ff8bd950d176edde228daca64fb /syslinux.doc
parent32febd4f574911c90ae2d543f061b33379f200a7 (diff)
downloadsyslinux-975a4c3b343c09a340d95f1a2a4ece3556c57a10.tar.gz
- Add "allowoptions" command
- Fix the handling of x0x IP addresses
Diffstat (limited to 'syslinux.doc')
-rw-r--r--syslinux.doc6
1 files changed, 6 insertions, 0 deletions
diff --git a/syslinux.doc b/syslinux.doc
index 571d0785..e7f58985 100644
--- a/syslinux.doc
+++ b/syslinux.doc
@@ -211,6 +211,12 @@ IMPLICIT flag_val
If flag_val is 0, do not load a kernel image unless it has been
explicitly named in a LABEL statement. The default is 1.
+ALLOWOPTIONS flag_val
+ If flag_val is 0, the user is not allowed to specify any
+ arguments on the kernel command line. The only options
+ recognized are those specified in an APPEND statement. The
+ default is 1.
+
TIMEOUT timeout
Indicates how long to wait at the boot: prompt until booting
automatically, in units of 1/10 s. The timeout is cancelled as