summaryrefslogtreecommitdiff
path: root/share/bootloaders/pxelinux/menu.cfg
diff options
context:
space:
mode:
authorjnqnfe <jnqnfe@gmail.com>2015-01-15 04:32:39 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-16 17:48:51 +0000
commit0cef87ffca0e9d89ac1f8e0098f890f2eefd3559 (patch)
treecc463e3e45a2a2005f44fc28a43b697fa62972c6 /share/bootloaders/pxelinux/menu.cfg
parent2fc60a1151aff092f09c02e48b09de97772b70bc (diff)
downloadvyos-live-build-0cef87ffca0e9d89ac1f8e0098f890f2eefd3559.tar.gz
vyos-live-build-0cef87ffca0e9d89ac1f8e0098f890f2eefd3559.zip
syslinux: fix shortcut caret appearing in menu entries
also fixes the mistaken assignment of the same shortcut for both entries in live.cfg.in Gbp-Dch: Short
Diffstat (limited to 'share/bootloaders/pxelinux/menu.cfg')
-rw-r--r--share/bootloaders/pxelinux/menu.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/bootloaders/pxelinux/menu.cfg b/share/bootloaders/pxelinux/menu.cfg
index 93682602d..a5a6727c8 100644
--- a/share/bootloaders/pxelinux/menu.cfg
+++ b/share/bootloaders/pxelinux/menu.cfg
@@ -6,10 +6,12 @@ include stdmenu.cfg
include live.cfg
include install.cfg
menu begin advanced
- menu title ^Advanced options
+ menu label ^Advanced options
+ menu title Advanced options
include stdmenu.cfg
label mainmenu
menu label ^Back..
+ menu title Back..
menu exit
include advanced.cfg
menu end