diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-14 21:45:54 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-14 21:45:54 -0700 |
commit | 927a28f0f852b31950fd9d4f9d96049397d1eaa1 (patch) | |
tree | c0d0d260ad5b766bbcf64fe6fd1c014ed1a0f527 /doc | |
parent | 21a05a49eb12c727ead17a71dba3ec3cc6949c03 (diff) | |
download | syslinux.git-927a28f0f852b31950fd9d4f9d96049397d1eaa1.tar.gz syslinux.git-927a28f0f852b31950fd9d4f9d96049397d1eaa1.tar.xz syslinux.git-927a28f0f852b31950fd9d4f9d96049397d1eaa1.zip |
menu: modify MENU SAVE to be a cascading default
Change MENU SAVE to be a cascading default that can be reverted with
MENU NOSAVE.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/menu.txt b/doc/menu.txt index 72bc9dca..97e172fc 100644 --- a/doc/menu.txt +++ b/doc/menu.txt @@ -276,6 +276,7 @@ DEFAULT label MENU SAVE +MENU NOSAVE Remember the last entry selected and make that the default for the next boot. A password-protected menu entry is *not* @@ -289,7 +290,12 @@ MENU SAVE file gracefully. The MENU SAVE information can be cleared with - "extlinux --reset-adv". + "extlinux --reset-adv <bootdir>". + + A MENU SAVE or MENU NOSAVE at the top of a (sub)menu affects + all entries underneath that (sub)menu except those that in + turn have MENU SAVE or MENU NOSAVE declared. This can be used + to only save certain entires when selected. INCLUDE filename [tagname] |