working version with installer

This commit is contained in:
Build Machine
2026-09-02 15:21:20 +02:00
parent bcd13923a6
commit 50b4a549c7
37 changed files with 264 additions and 13 deletions
+5 -5
View File
@@ -28,7 +28,7 @@ LB_BOOTLOADER_EFI="grub-efi"
LB_BOOTLOADERS=""
# Set checksums
LB_CHECKSUMS="sha256"
LB_CHECKSUMS="sha256 md5"
# Set compression
LB_COMPRESSION="none"
@@ -50,10 +50,10 @@ LB_ZSYNC="false"
LB_BUILD_WITH_CHROOT="true"
# Set debian-installer
LB_DEBIAN_INSTALLER="none"
LB_DEBIAN_INSTALLER="live"
# Set debian-installer suite
LB_DEBIAN_INSTALLER_DISTRIBUTION="testing"
LB_DEBIAN_INSTALLER_DISTRIBUTION="trixie"
# Set debian-installer preseed filename/url
LB_DEBIAN_INSTALLER_PRESEEDFILE=""
@@ -80,7 +80,7 @@ LB_ISO_PREPARER="live-build @LB_VERSION@; https://salsa.debian.org/live-team/liv
LB_ISO_PUBLISHER="Debian Live project; https://wiki.debian.org/DebianLive; debian-live@lists.debian.org"
# Set iso volume (max 32 chars)
LB_ISO_VOLUME="Debian testing @ISOVOLUME_TS@"
LB_ISO_VOLUME="Debian trixie @ISOVOLUME_TS@"
# Set jffs2 eraseblock size
LB_JFFS2_ERASEBLOCK=""
@@ -89,7 +89,7 @@ LB_JFFS2_ERASEBLOCK=""
LB_MEMTEST="none"
# Set loadlin
LB_LOADLIN="false"
LB_LOADLIN="true"
# Set win32-loader
LB_WIN32_LOADER="false"