121 lines
4.7 KiB
Text
121 lines
4.7 KiB
Text
# config/bootstrap - options for live-build(7), bootstrap stage
|
|
|
|
# $LB_ARCHITECTURES: select chroot architectures
|
|
# (Default: autodetected)
|
|
LB_ARCHITECTURES="amd64"
|
|
|
|
# $LB_DISTRIBUTION: select distribution to use
|
|
# (Default: wheezy)
|
|
LB_DISTRIBUTION="wheezy"
|
|
|
|
# $LB_PARENT_DISTRIBUTION: select parent distribution to use
|
|
# (Default: wheezy)
|
|
LB_PARENT_DISTRIBUTION="wheezy"
|
|
|
|
# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
|
|
# (Default: wheezy)
|
|
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="wheezy"
|
|
|
|
# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_PARENT_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_PARENT_MIRROR_CHROOT="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
|
|
# (Default: http://security.debian.org/)
|
|
LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
|
|
|
|
# $LB_PARENT_MIRROR_CHROOT_UPDATES: set updates parent mirror to fetch packages from
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_PARENT_MIRROR_CHROOT_UPDATES="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_PARENT_MIRROR_CHROOT_BACKPORTS: set backports parent mirror to fetch packages from
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_PARENT_MIRROR_CHROOT_BACKPORTS="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
|
|
# (Default: http://http.debian.net/debian/)
|
|
LB_PARENT_MIRROR_BINARY="http://http.debian.net/debian/"
|
|
|
|
# $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
|
|
# (Default: http://security.debian.org/)
|
|
LB_PARENT_MIRROR_BINARY_SECURITY="http://security.debian.org/"
|
|
|
|
# $LB_PARENT_MIRROR_BINARY_UPDATES: set updates parent mirror which ends up in the image
|
|
# (Default: http://http.debian.net/debian/)
|
|
LB_PARENT_MIRROR_BINARY_UPDATES="http://http.debian.net/debian/"
|
|
|
|
# $LB_PARENT_MIRROR_BINARY_BACKPORTS: set backports parent mirror which ends up in the image
|
|
# (Default: http://http.debian.net/debian/)
|
|
LB_PARENT_MIRROR_BINARY_BACKPORTS="http://http.debian.net/debian/"
|
|
|
|
# $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_MIRROR_BOOTSTRAP="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_MIRROR_CHROOT: set mirror to fetch packages from
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_MIRROR_CHROOT="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
|
|
# (Default: http://security.debian.org/)
|
|
LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
|
|
|
|
# $LB_MIRROR_CHROOT_UPDATES: set updates mirror to fetch packages from
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_MIRROR_CHROOT_UPDATES="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_MIRROR_CHROOT_BACKPORTS: set backports mirror to fetch packages from
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_MIRROR_CHROOT_BACKPORTS="http://ftp.debian.org/debian/"
|
|
|
|
# $LB_MIRROR_BINARY: set mirror which ends up in the image
|
|
# (Default: http://http.debian.net/debian/)
|
|
LB_MIRROR_BINARY="http://http.debian.net/debian/"
|
|
|
|
# $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
|
|
# (Default: http://security.debian.org/)
|
|
LB_MIRROR_BINARY_SECURITY="http://security.debian.org/"
|
|
|
|
# $LB_MIRROR_BINARY_UPDATES: set updates mirror which ends up in the image
|
|
# (Default: http://http.debian.net/debian/)
|
|
LB_MIRROR_BINARY_UPDATES="http://http.debian.net/debian/"
|
|
|
|
# $LB_MIRROR_BINARY_BACKPORTS: set backports mirror which ends up in the image
|
|
# (Default: http://http.debian.net/debian/)
|
|
LB_MIRROR_BINARY_BACKPORTS="http://http.debian.net/debian/"
|
|
|
|
# $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
|
|
# (Default: http://ftp.debian.org/debian/)
|
|
LB_MIRROR_DEBIAN_INSTALLER="http://ftp.debian.org/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: )
|
|
LB_BOOTSTRAP_QEMU_ARCHITECTURES=""
|
|
|
|
# $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: )
|
|
LB_BOOTSTRAP_QEMU_STATIC=""
|