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

# $LB_ARCHITECTURES: select chroot architectures
# (Default: autodetected)
LB_ARCHITECTURES="i386"

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

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

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

# $LB_PARENT_DISTRIBUTION: select parent distribution to use
# (Default: oneiric)
LB_PARENT_DISTRIBUTION="oneiric"

# $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
# (Default: oneiric)
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="oneiric"

# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
# (Default: http://archive.ubuntu.com/ubuntu/)
LB_PARENT_MIRROR_BOOTSTRAP="http://archive.ubuntu.com/ubuntu/"

# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
# (Default: http://archive.ubuntu.com/ubuntu/)
LB_PARENT_MIRROR_CHROOT="http://archive.ubuntu.com/ubuntu/"

# $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
# (Default: http://security.ubuntu.com/ubuntu/)
LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.ubuntu.com/ubuntu/"

# $LB_PARENT_MIRROR_CHROOT_VOLATILE: set volatile parent mirror to fetch packages from
# (Default: http://archive.ubuntu.com/ubuntu/)
LB_PARENT_MIRROR_CHROOT_VOLATILE="http://archive.ubuntu.com/ubuntu/"

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

# $LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
# (Default: http://archive.ubuntu.com/ubuntu/)
LB_PARENT_MIRROR_BINARY="http://archive.ubuntu.com/ubuntu/"

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

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

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

# $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
# (Default: http://archive.ubuntu.com/ubuntu/)
LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://archive.ubuntu.com/ubuntu/"

# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
# (Default: http://archive.ubuntu.com/ubuntu/)
LB_MIRROR_BOOTSTRAP="http://archive.ubuntu.com/ubuntu/"

# $LB_MIRROR_CHROOT: set mirror to fetch packages from
# (Default: http://archive.ubuntu.com/ubuntu/)
LB_MIRROR_CHROOT="http://archive.ubuntu.com/ubuntu/"

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

# $LB_MIRROR_CHROOT_VOLATILE: set volatile mirror to fetch packages from
# (Default: http://archive.ubuntu.com/ubuntu/)
LB_MIRROR_CHROOT_VOLATILE="http://archive.ubuntu.com/ubuntu/"

# $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://archive.ubuntu.com/ubuntu/)
LB_MIRROR_BINARY="http://archive.ubuntu.com/ubuntu/"

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

# $LB_MIRROR_BINARY_VOLATILE: set volatile mirror which ends up in the image
# (Default: )
LB_MIRROR_BINARY_VOLATILE=""

# $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://archive.ubuntu.com/ubuntu/)
LB_MIRROR_DEBIAN_INSTALLER="http://archive.ubuntu.com/ubuntu/"

# $LB_ARCHIVES: enable available third-party archives
# (Default: empty)
LB_ARCHIVES=""

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

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