diff options
author | jnqnfe <jnqnfe@gmail.com> | 2015-01-15 04:32:39 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-16 17:48:51 +0000 |
commit | 0cef87ffca0e9d89ac1f8e0098f890f2eefd3559 (patch) | |
tree | cc463e3e45a2a2005f44fc28a43b697fa62972c6 /share/bootloaders/syslinux/live.cfg.in | |
parent | 2fc60a1151aff092f09c02e48b09de97772b70bc (diff) | |
download | vyos-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/syslinux/live.cfg.in')
-rw-r--r-- | share/bootloaders/syslinux/live.cfg.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/bootloaders/syslinux/live.cfg.in b/share/bootloaders/syslinux/live.cfg.in index 97ceb92a7..e5f6772ff 100644 --- a/share/bootloaders/syslinux/live.cfg.in +++ b/share/bootloaders/syslinux/live.cfg.in @@ -1,5 +1,6 @@ label live-@FLAVOUR@ menu label ^Live (@FLAVOUR@) + menu title Live (@FLAVOUR@) menu default linux @LINUX@ initrd @INITRD@ @@ -7,6 +8,7 @@ label live-@FLAVOUR@ label live-@FLAVOUR@-failsafe menu label ^Live (@FLAVOUR@ failsafe) + menu title Live (@FLAVOUR@ failsafe) linux @LINUX@ initrd @INITRD@ append @APPEND_LIVE_FAILSAFE@ |