From ab2e8a91f5247075c173930f340ebccb92914a0b Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 4 Apr 2020 05:27:31 +0100 Subject: bootloaders: add accessible dark contrast installer menu options following official install discs. i've not bothered to update grub-legacy this time. Gbp-Dch: Short --- share/bootloaders/syslinux_common/install_text.cfg | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'share/bootloaders/syslinux_common/install_text.cfg') diff --git a/share/bootloaders/syslinux_common/install_text.cfg b/share/bootloaders/syslinux_common/install_text.cfg index 7804d1944..cf2e17cb5 100644 --- a/share/bootloaders/syslinux_common/install_text.cfg +++ b/share/bootloaders/syslinux_common/install_text.cfg @@ -35,4 +35,37 @@ menu begin install linux @KERNEL_DI@ initrd @INITRD_DI@ append auto=true priority=critical vga=788 @APPEND_INSTALL@ --- quiet + + menu begin darkinstall + menu label Accessible ^dark contrast installer options + menu title Accessible dark contrast installer options + include stdmenu.cfg + label mainmenu + menu label ^Back.. + menu exit + + label darkinstall + menu label ^Install + linux @KERNEL_DI@ + initrd @INITRD_DI@ + append vga=788 theme=dark @APPEND_INSTALL@ --- quiet + + label darkexpert + menu label E^xpert install + linux @KERNEL_DI@ + initrd @INITRD_DI@ + append priority=low vga=788 theme=dark @APPEND_INSTALL@ + + label darkrescue + menu label ^Rescue mode + linux @KERNEL_DI@ + initrd @INITRD_DI@ + append rescue/enable=true vga=788 theme=dark @APPEND_INSTALL@ --- quiet + + label darkauto + menu label ^Automated install + linux @KERNEL_DI@ + initrd @INITRD_DI@ + append auto=true priority=critical vga=788 theme=dark @APPEND_INSTALL@ --- quiet + menu end menu end -- cgit v1.2.3