138 lines
6.0 KiB
Plaintext
138 lines
6.0 KiB
Plaintext
# config/bootstrap - options for live-build(7), bootstrap stage
|
|
|
|
# $LB_ARCHITECTURES: select chroot architectures
|
|
# (Default: autodetected)
|
|
LB_ARCHITECTURES="arm64"
|
|
|
|
# $LB_BOOTSTRAP_INCLUDE: include packages on base
|
|
# (Default: empty)
|
|
LB_BOOTSTRAP_INCLUDE="apt-transport-https,gnupg"
|
|
|
|
# $LB_BOOTSTRAP_EXCLUDE: exclude packages on base
|
|
# (Default: empty)
|
|
LB_BOOTSTRAP_EXCLUDE=""
|
|
|
|
# $LB_BOOTSTRAP_FLAVOUR: select flavour to use
|
|
# (Default: empty)
|
|
LB_BOOTSTRAP_FLAVOUR=""
|
|
|
|
# $LB_BOOTSTRAP_KEYRING: set distribution keyring
|
|
# (Default: empty)
|
|
LB_BOOTSTRAP_KEYRING=""
|
|
|
|
# $LB_DISTRIBUTION: select distribution to use
|
|
# (Default: buster)
|
|
LB_DISTRIBUTION="buster"
|
|
|
|
# $LB_PARENT_DISTRIBUTION: select parent distribution to use
|
|
# (Default: buster)
|
|
LB_PARENT_DISTRIBUTION="buster"
|
|
|
|
# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
|
|
# (Default: buster)
|
|
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="buster"
|
|
|
|
# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_PARENT_MIRROR_BOOTSTRAP="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_PARENT_MIRROR_CHROOT="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian-security)
|
|
LB_PARENT_MIRROR_CHROOT_SECURITY="http://mirrors.tencent.com/debian-archive/debian-security"
|
|
|
|
# $LB_PARENT_MIRROR_CHROOT_VOLATILE: set volatile parent mirror to fetch packages from
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_PARENT_MIRROR_CHROOT_VOLATILE="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_PARENT_MIRROR_CHROOT_BACKPORTS: set backports parent mirror to fetch packages from
|
|
# (Default: http://backports.debian.org/debian-backports/)
|
|
LB_PARENT_MIRROR_CHROOT_BACKPORTS="http://backports.debian.org/debian-backports/"
|
|
|
|
# $LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_PARENT_MIRROR_BINARY="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian-security)
|
|
LB_PARENT_MIRROR_BINARY_SECURITY="http://mirrors.tencent.com/debian-archive/debian-security"
|
|
|
|
# $LB_PARENT_MIRROR_BINARY_VOLATILE: set volatile parent mirror which ends up in the image
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_PARENT_MIRROR_BINARY_VOLATILE="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_PARENT_MIRROR_BINARY_BACKPORTS: set backports parent mirror which ends up in the image
|
|
# (Default: http://backports.debian.org/debian-backports/)
|
|
LB_PARENT_MIRROR_BINARY_BACKPORTS="http://backports.debian.org/debian-backports/"
|
|
|
|
# $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_MIRROR_BOOTSTRAP="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_MIRROR_CHROOT: set mirror to fetch packages from
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_MIRROR_CHROOT="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian-security)
|
|
LB_MIRROR_CHROOT_SECURITY="http://mirrors.tencent.com/debian-archive/debian-security"
|
|
|
|
# $LB_MIRROR_CHROOT_VOLATILE: set volatile mirror to fetch packages from
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_MIRROR_CHROOT_VOLATILE="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_MIRROR_CHROOT_BACKPORTS: set backports mirror to fetch packages from
|
|
# (Default: http://backports.debian.org/debian-backports/)
|
|
LB_MIRROR_CHROOT_BACKPORTS="http://backports.debian.org/debian-backports/"
|
|
|
|
# $LB_MIRROR_BINARY: set mirror which ends up in the image
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_MIRROR_BINARY="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian-security)
|
|
LB_MIRROR_BINARY_SECURITY="http://mirrors.tencent.com/debian-archive/debian-security"
|
|
|
|
# $LB_MIRROR_BINARY_VOLATILE: set volatile mirror which ends up in the image
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_MIRROR_BINARY_VOLATILE="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_MIRROR_BINARY_BACKPORTS: set backports mirror which ends up in the image
|
|
# (Default: http://backports.debian.org/debian-backports/)
|
|
LB_MIRROR_BINARY_BACKPORTS="http://backports.debian.org/debian-backports/"
|
|
|
|
# $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
|
|
# (Default: http://mirrors.tencent.com/debian-archive/debian)
|
|
LB_MIRROR_DEBIAN_INSTALLER="http://mirrors.tencent.com/debian-archive/debian"
|
|
|
|
# $LB_ARCHIVES: enable available third-party archives
|
|
# (Default: empty)
|
|
LB_ARCHIVES=""
|
|
|
|
# $LB_ARCHIVE_AREAS: select archive areas to use
|
|
# (Default: main contrib non-free)
|
|
LB_ARCHIVE_AREAS="main contrib non-free"
|
|
|
|
# $LB_PARENT_ARCHIVE_AREAS: select archive areas to use
|
|
# (Default: main contrib non-free)
|
|
LB_PARENT_ARCHIVE_AREAS="main contrib non-free"
|
|
|
|
# $LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap
|
|
# (Default: arm64)
|
|
LB_BOOTSTRAP_QEMU_ARCHITECTURES="arm64"
|
|
|
|
# $LB_BOOTSTRAP_QEMU_EXCLUDE: packages to exclude during foreign bootstrap
|
|
# (Default: )
|
|
LB_BOOTSTRAP_QEMU_EXCLUDE=""
|
|
|
|
# $LB_BOOTSTRAP_QEMU_STATIC: static qemu binary for foreign bootstrap
|
|
# (Default: /usr/bin/qemu-aarch64-static)
|
|
LB_BOOTSTRAP_QEMU_STATIC="/usr/bin/qemu-aarch64-static"
|