disabled gui for installer we were not using anyway, disabled grub-efi

This commit is contained in:
sose 2020-09-01 16:58:05 -07:00
parent c5ddeb6fef
commit 1dc304dff0
1 changed files with 3 additions and 3 deletions

6
binary
View File

@ -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)