bootstrap 2.99 KB
Newer Older
isaagar's avatar
isaagar committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
# config/bootstrap - options for live-build(7), bootstrap stage

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

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

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

# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_PARENT_MIRROR_BOOTSTRAP="http://devel.hamaralinux.org/hamara-sugam"

# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_PARENT_MIRROR_CHROOT="http://devel.hamaralinux.org/hamara-sugam"

# $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_BINARY: set parent mirror which ends up in the image
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_PARENT_MIRROR_BINARY="http://devel.hamaralinux.org/hamara-sugam"

# $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_PARENT_MIRROR_BINARY_SECURITY="http://devel.hamaralinux.org/hamara-sugam"

# $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://devel.hamaralinux.org/hamara-sugam"

# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_MIRROR_BOOTSTRAP="http://devel.hamaralinux.org/hamara-sugam"

# $LB_MIRROR_CHROOT: set mirror to fetch packages from
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_MIRROR_CHROOT="http://devel.hamaralinux.org/hamara-sugam"

# $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_BINARY: set mirror which ends up in the image
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_MIRROR_BINARY="http://devel.hamaralinux.org/hamara-sugam"

# $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_DEBIAN_INSTALLER: set debian-installer mirror
# (Default: http://devel.hamaralinux.org/hamara-sugam)
LB_MIRROR_DEBIAN_INSTALLER="http://devel.hamaralinux.org/hamara-sugam"

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