summaryrefslogtreecommitdiff
path: root/share/bootloaders/pxelinux/install_gui.cfg
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-25 00:01:46 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-25 01:25:50 +0000
commit8775c8075c657b820ae35f068f7253cbe7b10d74 (patch)
tree57d31ae7044e16d7866f4c98bdb9491c75ff4ffc /share/bootloaders/pxelinux/install_gui.cfg
parent36092f1cb8fdc4d6fdc4fb539cec1dde8262de3b (diff)
downloadvyos-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/pxelinux/install_gui.cfg')
-rw-r--r--share/bootloaders/pxelinux/install_gui.cfg10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/bootloaders/pxelinux/install_gui.cfg b/share/bootloaders/pxelinux/install_gui.cfg
index 9c660200a..1c98beef9 100644
--- a/share/bootloaders/pxelinux/install_gui.cfg
+++ b/share/bootloaders/pxelinux/install_gui.cfg
@@ -1,52 +1,43 @@
menu begin install
menu label ^Install options
- menu title Install options
include stdmenu.cfg
label mainmenu
menu label ^Back..
- menu title Back..
menu exit
label installgui
menu label ^Graphical install
- menu title Graphical install
linux /install/gtk/vmlinuz
initrd /install/gtk/initrd.gz
append vga=788 @APPEND_INSTALL@ --- quiet
label install
menu label ^Install
- menu title Install
linux /install/vmlinuz
initrd /install/initrd.gz
append vga=788 @APPEND_INSTALL@ --- quiet
menu begin advinstall
menu label ^Advanced install options
- menu title Advanced install options
include stdmenu.cfg
label mainmenu
menu label ^Back..
- menu title Back..
menu exit
label expertgui
menu label Graphical ^expert install
- menu title Graphical expert install
linux /install/gtk/vmlinuz
initrd /install/gtk/initrd.gz
append priority=low vga=788 @APPEND_INSTALL@
label rescuegui
menu label Graphical ^rescue mode
- menu title Graphical rescue mode
linux /install/gtk/vmlinuz
initrd /install/gtk/initrd.gz
append rescue/enable=true vga=788 @APPEND_INSTALL@ --- quiet
label autogui
menu label Graphical ^automated install
- menu title Graphical automated install
linux /install/gtk/vmlinuz
initrd /install/gtk/initrd.gz
append auto=true priority=critical vga=788 @APPEND_INSTALL@ --- quiet
@@ -72,7 +63,6 @@ menu begin install
label installspeechsynth
menu label Graphical install with ^speech synthesis
- menu title Graphical install with speech synthesis
linux /install/gtk/vmlinuz
initrd /install/gtk/initrd.gz
append speakup.synth=soft vga=788 @APPEND_INSTALL@ --- quiet