# 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="minimal"

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

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

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

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

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

# $LB_MIRROR_CHROOT_VOLATILE: set volatile mirror to fetch packages from
# (Default: none)
LB_MIRROR_CHROOT_VOLATILE="none"

# $LB_MIRROR_CHROOT_BACKPORTS: set backports mirror to fetch packages from
# (Default: none)
LB_MIRROR_CHROOT_BACKPORTS="none"

# $LB_MIRROR_BINARY: set mirror which ends up in the image
# (Default: http://free.nchc.org.tw/ubuntu)
LB_MIRROR_BINARY="http://free.nchc.org.tw/ubuntu"

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

# $LB_MIRROR_BINARY_VOLATILE: set volatile mirror which ends up in the image
# (Default: http://security.ubuntu.com/ubuntu/)
LB_MIRROR_BINARY_VOLATILE="http://security.ubuntu.com/ubuntu/"

# $LB_MIRROR_BINARY_BACKPORTS: set backports mirror which ends up in the image
# (Default: none)
LB_MIRROR_BINARY_BACKPORTS="none"

# $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
# (Default: http://free.nchc.org.tw/ubuntu)
LB_MIRROR_DEBIAN_INSTALLER="http://archive.ubuntu.com/ubuntu/"

# $LB_ARCHIVE_AREAS: select archive areas to use
# (Default: main restricted universe multiverse)
LB_ARCHIVE_AREAS="main restricted universe multiverse"
