added syslinux to be the only bootloader

This commit is contained in:
sose 2020-08-11 16:40:36 -07:00
parent 45b347cd8e
commit 23dcbc9706
16 changed files with 2 additions and 3 deletions

4
binary
View File

@ -22,7 +22,7 @@ LB_BOOTAPPEND_LIVE_FAILSAFE="boot=live components memtest noapic noapm nodma nom
# $LB_BOOTLOADERS: set bootloaders
# (Default: syslinux,grub-efi)
LB_BOOTLOADERS="syslinux,grub-efi"
LB_BOOTLOADERS="syslinux"
# $LB_CHECKSUMS: set checksums
# (Default: md5)
@ -62,7 +62,7 @@ LB_DEBIAN_INSTALLER_GUI="true"
LB_GRUB_SPLASH=""
# $LB_HDD_LABEL: set hdd label
# (Default: DEBIAN_LIVE)
# (Default: Tildelinux)
LB_HDD_LABEL="Tildelinux"
# $LB_HDD_SIZE: set hdd filesystem size

View File

@ -1 +0,0 @@
/usr/lib/ISOLINUX/isolinux.bin

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB