From: hpa Date: Mon, 22 Aug 2005 20:34:53 +0000 (+0000) Subject: Documentation updates from Jim Cromie X-Git-Tag: syslinux-3.11~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca4e2dcb4f373d3eae4a88ea6b49004554a9be92;p=platform%2Fupstream%2Fsyslinux.git Documentation updates from Jim Cromie --- diff --git a/README.menu b/README.menu index ec33267..7865f90 100644 --- a/README.menu +++ b/README.menu @@ -65,6 +65,13 @@ MENU LABEL label The hotkey will be highlighted in the menu and will move the menu cursor immediately to that entry. + Reusing hotkeys is disallowed, subsequent entries will not be + highlighted, and will not work. Hotkeys ^n and ^p are predefined + to mean next and previous lines respectively. + + Keep in mind that the LABELs, not MENU LABELs, must be unique, + or odd things will happen to the command-line. + MENU HIDE (Only valid after a LABEL statement.) diff --git a/syslinux.doc b/syslinux.doc index 11c3a25..3da76af 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -178,6 +178,7 @@ LABEL label unique after mangling. For example, two labels "v2.1.30" and "v2.1.31" will not be distinguishable under SYSLINUX, since both mangle to the same DOS filename. + This is also true for "foo bar" and "foo baz". The "kernel" doesn't have to be a Linux kernel; it can be a boot sector or a COMBOOT file (see below.)