summaryrefslogtreecommitdiff
path: root/syslinux.doc
diff options
context:
space:
mode:
authorhpa <hpa>2001-03-08 06:21:11 +0000
committerhpa <hpa>2001-03-08 06:21:11 +0000
commit11860a0d855d2c98b6096db64d4b2688ce39c27e (patch)
tree26ea2c69b4c8cd82e17289fd9a86680d2f46a4ae /syslinux.doc
parentf3969485cf66c401740c57a84f7bde17b06f07a6 (diff)
downloadsyslinux-11860a0d855d2c98b6096db64d4b2688ce39c27e.tar.gz
Support "localboot" option for PXELINUX.syslinux-1.53-pre2
Diffstat (limited to 'syslinux.doc')
-rw-r--r--syslinux.doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/syslinux.doc b/syslinux.doc
index 4f4f4354..31572bf5 100644
--- a/syslinux.doc
+++ b/syslinux.doc
@@ -154,6 +154,11 @@ LABEL label
Append nothing. APPEND with a single hyphen as argument in a
LABEL section can be used to override a global APPEND.
+ LOCALBOOT flag_val
+ On PXELINUX, specifying "LOCALBOOT 1" instead of a "KERNEL"
+ option means invoking this particular label will cause a local
+ disk boot instead of booting a kernel.
+
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.