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
+8 -8
View File
@@ -4,31 +4,31 @@
LB_ARCHITECTURE="amd64"
# Select distribution to use
LB_DISTRIBUTION="testing"
LB_DISTRIBUTION="trixie"
# Select parent distribution to use
LB_PARENT_DISTRIBUTION=""
# Select distribution to use in the chroot
LB_DISTRIBUTION_CHROOT="testing"
LB_DISTRIBUTION_CHROOT="trixie"
# Select parent distribution to use in the chroot
LB_PARENT_DISTRIBUTION_CHROOT="testing"
LB_PARENT_DISTRIBUTION_CHROOT="trixie"
# Select distribution to use in the final image
LB_DISTRIBUTION_BINARY="testing"
LB_DISTRIBUTION_BINARY="trixie"
# Select parent distribution to use in the final image
LB_PARENT_DISTRIBUTION_BINARY="testing"
LB_PARENT_DISTRIBUTION_BINARY="trixie"
# Select parent distribution for debian-installer to use
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="testing"
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="trixie"
# Select archive areas to use
LB_ARCHIVE_AREAS="main"
LB_ARCHIVE_AREAS="main contrib non-free-firmware"
# Select parent archive areas to use
LB_PARENT_ARCHIVE_AREAS="main"
LB_PARENT_ARCHIVE_AREAS="main contrib non-free-firmware"
# Set parent mirror to bootstrap from
LB_PARENT_MIRROR_BOOTSTRAP="http://deb.debian.org/debian/"