# config/bootstrap - options for live-build(7), bootstrap stage

# $LB_ARCHITECTURE: select chroot architecture
# (Default: autodetected)
LB_ARCHITECTURE="i386"

# $LB_BOOTSTRAP_CONFIG: set distribution config directory
# (Default: empty)
LB_BOOTSTRAP_CONFIG=""

# $LB_BOOTSTRAP_INCLUDE: include packages on base
# (Default: empty)
LB_BOOTSTRAP_INCLUDE=""

# $LB_BOOTSTRAP_EXCLUDE: exclude packages on base
# (Default: empty)
LB_BOOTSTRAP_EXCLUDE=""

# $LB_BOOTSTRAP_FLAVOUR: select flavour to use
# (Default: empty)
LB_BOOTSTRAP_FLAVOUR="standard"

# $LB_BOOTSTRAP_KEYRING: set distribution keyring
# (Default: empty)
LB_BOOTSTRAP_KEYRING=""

# $LB_DISTRIBUTION: select distribution to use
# (Default: sid)
LB_DISTRIBUTION="sid"

# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
# (Default: http://free.nchc.org.tw/debian)
LB_MIRROR_BOOTSTRAP="http://free.nchc.org.tw/debian"

# $LB_MIRROR_CHROOT: set mirror to fetch packages from
# (Default: http://free.nchc.org.tw/debian)
LB_MIRROR_CHROOT="http://free.nchc.org.tw/debian"

# $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
# (Default: http://free.nchc.org.tw/debian-security)
LB_MIRROR_CHROOT_SECURITY="http://free.nchc.org.tw/debian-security"

# $LB_MIRROR_CHROOT_VOLATILE: set volatile mirror to fetch packages from
# (Default: http://ftp.de.debian.org/debian/)
LB_MIRROR_CHROOT_VOLATILE="http://ftp.de.debian.org/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://free.nchc.org.tw/debian)
LB_MIRROR_BINARY="http://free.nchc.org.tw/debian"

# $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
# (Default: http://free.nchc.org.tw/debian-security)
LB_MIRROR_BINARY_SECURITY="http://free.nchc.org.tw/debian-security"

# $LB_MIRROR_BINARY_VOLATILE: set volatile mirror which ends up in the image
# (Default: http://cdn.debian.net/debian/)
LB_MIRROR_BINARY_VOLATILE="http://cdn.debian.net/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://free.nchc.org.tw/debian)
LB_MIRROR_DEBIAN_INSTALLER="http://ftp.de.debian.org/debian/"

# $LB_ARCHIVE_AREAS: select archive areas to use
# (Default: main non-free)
LB_ARCHIVE_AREAS="main non-free"
