From 1dc304dff067ae4bae285d9a7e849a4720fa4dac Mon Sep 17 00:00:00 2001 From: sose Date: Tue, 1 Sep 2020 16:58:05 -0700 Subject: [PATCH] disabled gui for installer we were not using anyway, disabled grub-efi --- binary | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binary b/binary index d2b284d..8ea0391 100644 --- a/binary +++ b/binary @@ -21,7 +21,7 @@ LB_BOOTAPPEND_INSTALL="" LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal persistence" # $LB_BOOTLOADERS: set bootloaders -# (Default: syslinux,grub-efi) +# (Default: syslinux) LB_BOOTLOADERS="syslinux" # $LB_CHECKSUMS: set checksums @@ -54,8 +54,8 @@ LB_DEBIAN_INSTALLER_DISTRIBUTION="buster" LB_DEBIAN_INSTALLER_PRESEEDFILE="" # $LB_DEBIAN_INSTALLER_GUI: toggle use of GUI debian-installer -# (Default: true) -LB_DEBIAN_INSTALLER_GUI="true" +# (Default: false) +LB_DEBIAN_INSTALLER_GUI="false" # $LB_GRUB_SPLASH: set custom grub splash # (Default: empty)