diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-25 00:01:46 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-25 01:25:50 +0000 |
commit | 8775c8075c657b820ae35f068f7253cbe7b10d74 (patch) | |
tree | 57d31ae7044e16d7866f4c98bdb9491c75ff4ffc /share/bootloaders/syslinux/memtest.cfg | |
parent | 36092f1cb8fdc4d6fdc4fb539cec1dde8262de3b (diff) | |
download | vyos-live-build-8775c8075c657b820ae35f068f7253cbe7b10d74.tar.gz vyos-live-build-8775c8075c657b820ae35f068f7253cbe7b10d74.zip |
syslinux: properly fix shortcut caret appearing in menu entries
this reverts commit 0cef87ffca0e9d89ac1f8e0098f890f2eefd3559 though
retaining the 'advanced options' menu entry using a label rather than a
title.
despite having done a lot of testing back in 2015 with my bootloader
improvements, i notice now that in fact the syslinux caret fix has an
undesired side effect of modifying the title displayed above the menus. it
does not help that the text embedded into the splash overlaps with this
menu title; perhaps this explains why i missed this problem back in 2015.
purely reverting the implemented fix solves this title problem, but
restores the caret problem to the advanced options menu (in menu.cfg);
however that menu was using a caret in a title entry, unlike everywhere
else where they are only used with labels, which must have been the
original source of the problem all along. ensuring that this menu uses a
label instead of a title in this reversion leaves everything working
correctly afaict.
Gbp-Dch: Ignore
Diffstat (limited to 'share/bootloaders/syslinux/memtest.cfg')
-rw-r--r-- | share/bootloaders/syslinux/memtest.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/bootloaders/syslinux/memtest.cfg b/share/bootloaders/syslinux/memtest.cfg index 99f4c33b1..da8b8a45a 100644 --- a/share/bootloaders/syslinux/memtest.cfg +++ b/share/bootloaders/syslinux/memtest.cfg @@ -1,4 +1,3 @@ label memtest menu label ^Memory Diagnostic Tool (@MEMTEST_VERSION@) - menu title Memory Diagnostic Tool (@MEMTEST_VERSION@) linux @MEMTEST@ |