aboutsummaryrefslogtreecommitdiffstats
path: root/config/bootstrap
blob: b575c6fe6874097e912ec559df393fe84d190550 (plain)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# config/bootstrap - options for live-build(7), bootstrap stage

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

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

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

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

# $LB_PARENT_MIRROR_BOOTSTRAP: set parent mirror to bootstrap from
# (Default: http://http.debian.net/debian)
LB_PARENT_MIRROR_BOOTSTRAP="http://http.debian.net/debian"

# $LB_PARENT_MIRROR_CHROOT: set parent mirror to fetch packages from
# (Default: http://http.debian.net/debian)
LB_PARENT_MIRROR_CHROOT="http://http.debian.net/debian"

# $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_CHROOT_UPDATES: set updates parent mirror to fetch packages from
# (Default: http://http.debian.net/debian)
LB_PARENT_MIRROR_CHROOT_UPDATES="http://http.debian.net/debian"

# $LB_PARENT_MIRROR_CHROOT_BACKPORTS: set backports parent mirror to fetch packages from
# (Default: http://backports.debian.org/debian-backports/)
LB_PARENT_MIRROR_CHROOT_BACKPORTS="http://backports.debian.org/debian-backports/"

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

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

# $LB_PARENT_MIRROR_BINARY_UPDATES: set updates parent mirror which ends up in the image
# (Default: http://http.debian.net/debian/)
LB_PARENT_MIRROR_BINARY_UPDATES="http://http.debian.net/debian/"

# $LB_PARENT_MIRROR_BINARY_BACKPORTS: set backports parent mirror which ends up in the image
# (Default: http://http.debian.net/debian-backports/)
LB_PARENT_MIRROR_BINARY_BACKPORTS="http://http.debian.net/debian-backports/"

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

# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
# (Default: http://http.debian.net/debian)
LB_MIRROR_BOOTSTRAP="http://http.debian.net/debian"

# $LB_MIRROR_CHROOT: set mirror to fetch packages from
# (Default: http://http.debian.net/debian)
LB_MIRROR_CHROOT="http://http.debian.net/debian"

# $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_CHROOT_UPDATES: set updates mirror to fetch packages from
# (Default: http://http.debian.net/debian)
LB_MIRROR_CHROOT_UPDATES="http://http.debian.net/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://http.debian.net/debian/)
LB_MIRROR_BINARY="http://http.debian.net/debian/"

# $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_BINARY_UPDATES: set updates mirror which ends up in the image
# (Default: http://http.debian.net/debian/)
LB_MIRROR_BINARY_UPDATES="http://http.debian.net/debian/"

# $LB_MIRROR_BINARY_BACKPORTS: set backports mirror which ends up in the image
# (Default: http://http.debian.net/debian-backports/)
LB_MIRROR_BINARY_BACKPORTS="http://http.debian.net/debian-backports/"

# $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
# (Default: http://http.debian.net/debian)
LB_MIRROR_DEBIAN_INSTALLER="http://http.debian.net/debian"

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

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

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

# $LB_BOOTSTRAP_QEMU_ARCHITECTURES: architectures to use foreign bootstrap
# (Default: armel)
LB_BOOTSTRAP_QEMU_ARCHITECTURES="armel"

# $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: /usr/bin/qemu-arm-static)
LB_BOOTSTRAP_QEMU_STATIC="/usr/bin/qemu-arm-static"