diff options
| author | hpa <hpa> | 2001-03-08 06:21:11 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2001-03-08 06:21:11 +0000 |
| commit | 11860a0d855d2c98b6096db64d4b2688ce39c27e (patch) | |
| tree | 26ea2c69b4c8cd82e17289fd9a86680d2f46a4ae /syslinux.doc | |
| parent | f3969485cf66c401740c57a84f7bde17b06f07a6 (diff) | |
| download | syslinux-11860a0d855d2c98b6096db64d4b2688ce39c27e.tar.gz | |
Support "localboot" option for PXELINUX.syslinux-1.53-pre2
Diffstat (limited to 'syslinux.doc')
| -rw-r--r-- | syslinux.doc | 5 |
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. |
