working version with installer
This commit is contained in:
+8
-8
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user