summaryrefslogtreecommitdiff
path: root/share/bootloaders/syslinux/install.cfg
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-02-25 04:03:05 +0000
committerRaphaƫl Hertzog <hertzog@debian.org>2020-03-05 11:48:04 +0000
commit2f5ae873b0d0cb0a0f94ba03a279db09fdeb5fa6 (patch)
tree6d5b1e87d5fa67a61bf89a29c4cd83a5748dab84 /share/bootloaders/syslinux/install.cfg
parent3897aac77a808dac94321d677458c45780a3e405 (diff)
downloadvyos-live-build-2f5ae873b0d0cb0a0f94ba03a279db09fdeb5fa6.tar.gz
vyos-live-build-2f5ae873b0d0cb0a0f94ba03a279db09fdeb5fa6.zip
bootloaders: fix ignoring LB_DEBIAN_INSTALLER_GUI in menu creation
LB_DEBIAN_INSTALLER_GUI defines whether or not to provide the graphical installer. the installer_debian-installer script pays attention to it and does not download it if not wanted. the actual bootloaders however (both grub2/loopback and syslinux) ignore it, which leaves broken and unwanted menu entries. this fixes that. Gbp-Dch: Short Closes: #952890
Diffstat (limited to 'share/bootloaders/syslinux/install.cfg')
-rw-r--r--share/bootloaders/syslinux/install.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/share/bootloaders/syslinux/install.cfg b/share/bootloaders/syslinux/install.cfg
deleted file mode 100644
index f56b7f924..000000000
--- a/share/bootloaders/syslinux/install.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-label installgui
- menu label ^Graphical install
- linux /install/gtk/vmlinuz
- initrd /install/gtk/initrd.gz
- append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ --- quiet
-
-label install
- menu label ^Install
- linux /install/vmlinuz
- initrd /install/initrd.gz
- append vga=788 @APPEND_INSTALL@ --- quiet