diff options
| author | Gene Cumm <gene.cumm@gmail.com> | 2011-02-28 12:06:24 -0500 |
|---|---|---|
| committer | Gene Cumm <gene.cumm@gmail.com> | 2011-02-28 12:06:24 -0500 |
| commit | d686ffec2914227201137f5e6b174f9635bd5260 (patch) | |
| tree | 162ed09b56d5f242b188a1a3c79ab8374a6fb85f /doc/syslinux.txt | |
| parent | a1be86885b03c856080bddebbb48ed96342e6d34 (diff) | |
| download | syslinux-d686ffec2914227201137f5e6b174f9635bd5260.tar.gz | |
doc/syslinux.txt: CONFIG order of operations
Diffstat (limited to 'doc/syslinux.txt')
| -rw-r--r-- | doc/syslinux.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt index 35eacd40..c3657420 100644 --- a/doc/syslinux.txt +++ b/doc/syslinux.txt @@ -234,7 +234,9 @@ LABEL label CONFIG means restart the boot loader using a different configuration file. Optionally, a new working directory may be - specified in an APPEND. + specified in an APPEND. The configuration file is read, the + working directory is changed (if specified), then the + configuration file is parsed. APPEND - Append nothing. APPEND with a single hyphen as argument in a |
