~tom-gall/linaro/live-helper.config.oneiric.developer

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
# config/bootstrap - options for live-helper(7), bootstrap stage

# $LH_ARCHITECTURE: select chroot architecture
# (Default: autodetected)
LH_ARCHITECTURE="armel"

# $LH_BOOTSTRAP_CONFIG: set distribution config directory
# (Default: empty)
LH_BOOTSTRAP_CONFIG=""

# $LH_BOOTSTRAP_INCLUDE: include packages on base
# (Default: empty)
LH_BOOTSTRAP_INCLUDE="apt-transport-https gnupg"

# $LH_BOOTSTRAP_EXCLUDE: exclude packages on base
# (Default: empty)
LH_BOOTSTRAP_EXCLUDE=""

# $LH_BOOTSTRAP_FLAVOUR: select flavour to use
# (Default: empty)
LH_BOOTSTRAP_FLAVOUR="minimal"

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

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

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

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

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

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

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

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

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

# $LH_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
# (Default: http://ports.ubuntu.com/)
LH_MIRROR_DEBIAN_INSTALLER="http://ports.ubuntu.com/"

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