1 # config/bootstrap - options for live-build(7), bootstrap stage
3 # $LB_DISTRIBUTION: select distribution to use
5 LB_DISTRIBUTION="buster"
7 # $LB_PARENT_DISTRIBUTION: select parent distribution to use
9 LB_PARENT_DISTRIBUTION=""
11 # $LB_DISTRIBUTION_CHROOT: select distribution to use in the chroot
13 LB_DISTRIBUTION_CHROOT="buster"
15 # $LB_PARENT_DISTRIBUTION_CHROOT: select parent distribution to use in the chroot
17 LB_PARENT_DISTRIBUTION_CHROOT="buster"
19 # $LB_DISTRIBUTION_BINARY: select distribution to use in the final image
21 LB_DISTRIBUTION_BINARY="buster"
23 # $LB_PARENT_DISTRIBUTION_BINARY: select parent distribution to use in the final image
25 LB_PARENT_DISTRIBUTION_BINARY="buster"
27 # $LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION: select parent distribution for debian-installer to use
29 LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="buster"
31 # $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
32 # (Default: http://deb.debian.org/debian/)
33 LB_PARENT_MIRROR_BOOTSTRAP="http://deb.debian.org/debian/"
35 # $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
36 # (Default: http://deb.debian.org/debian/)
37 LB_PARENT_MIRROR_CHROOT="http://deb.debian.org/debian/"
39 # $LB_PARENT_MIRROR_CHROOT_SECURITY: set security parent mirror to fetch packages from
40 # (Default: http://security.debian.org/)
41 LB_PARENT_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
43 # $LB_PARENT_MIRROR_BINARY: set parent mirror which ends up in the image
44 # (Default: http://deb.debian.org/debian/)
45 LB_PARENT_MIRROR_BINARY="http://deb.debian.org/debian/"
47 # $LB_PARENT_MIRROR_BINARY_SECURITY: set security parent mirror which ends up in the image
48 # (Default: http://security.debian.org/)
49 LB_PARENT_MIRROR_BINARY_SECURITY="http://security.debian.org/"
51 # $LB_PARENT_MIRROR_DEBIAN_INSTALLER: set debian-installer parent mirror
52 # (Default: http://deb.debian.org/debian/)
53 LB_PARENT_MIRROR_DEBIAN_INSTALLER="http://deb.debian.org/debian/"
55 # $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
56 # (Default: http://deb.debian.org/debian/)
57 LB_MIRROR_BOOTSTRAP="http://deb.debian.org/debian/"
59 # $LB_MIRROR_CHROOT: set mirror to fetch packages from
60 # (Default: http://deb.debian.org/debian/)
61 LB_MIRROR_CHROOT="http://deb.debian.org/debian/"
63 # $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
64 # (Default: http://security.debian.org/)
65 LB_MIRROR_CHROOT_SECURITY="http://security.debian.org/"
67 # $LB_MIRROR_BINARY: set mirror which ends up in the image
68 # (Default: http://deb.debian.org/debian/)
69 LB_MIRROR_BINARY="http://deb.debian.org/debian/"
71 # $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
72 # (Default: http://security.debian.org/)
73 LB_MIRROR_BINARY_SECURITY="http://security.debian.org/"
75 # $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
76 # (Default: http://deb.debian.org/debian/)
77 LB_MIRROR_DEBIAN_INSTALLER="http://deb.debian.org/debian/"
79 # $LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap
81 LB_BOOTSTRAP_QEMU_ARCHITECTURES=""
83 # $LB_BOOTSTRAP_QEMU_EXCLUDE: packages to exclude during foreign bootstrap
85 LB_BOOTSTRAP_QEMU_EXCLUDE=""
87 # $LB_BOOTSTRAP_QEMU_STATIC: static qemu binary for foreign bootstrap
89 LB_BOOTSTRAP_QEMU_STATIC=""