~ubuntu-on-ec2/vmbuilder/automated-ec2-builds-fginther

« back to all changes in this revision

Viewing changes to live-config/bootstrap

  • Committer: Ben Howard
  • Date: 2011-07-27 23:17:10 UTC
  • Revision ID: ben.howard@canonical.com-20110727231710-iv7naynricd0x5jk
Code-review for new build-lb-ec2-image changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# config/bootstrap - options for live-build(7), bootstrap stage
 
2
 
 
3
# $LB_ARCHITECTURE: select chroot architecture
 
4
# (Default: autodetected)
 
5
LB_ARCHITECTURES=""
 
6
 
 
7
# $LB_BOOTSTRAP_CONFIG: set distribution config directory
 
8
# (Default: empty)
 
9
LB_BOOTSTRAP_CONFIG=""
 
10
 
 
11
# $LB_BOOTSTRAP_INCLUDE: include packages on base
 
12
# (Default: empty)
 
13
LB_BOOTSTRAP_INCLUDE="apt-transport-https"
 
14
 
 
15
# $LB_BOOTSTRAP_EXCLUDE: exclude packages on base
 
16
# (Default: empty)
 
17
LB_BOOTSTRAP_EXCLUDE=""
 
18
 
 
19
# $LB_BOOTSTRAP_FLAVOUR: select flavour to use
 
20
# (Default: empty)
 
21
LB_BOOTSTRAP_FLAVOUR=""
 
22
 
 
23
# $LB_BOOTSTRAP_KEYRING: set distribution keyring
 
24
# (Default: empty)
 
25
LB_BOOTSTRAP_KEYRING="ubuntu-keyring"
 
26
 
 
27
# $LB_DISTRIBUTION: select distribution to use
 
28
# (Default: karmic)
 
29
LB_DISTRIBUTION="oneiric"
 
30
 
 
31
# $LB_MIRROR_BOOTSTRAP: set mirror to bootstrap from
 
32
# (Default: http://archive.ubuntu.com/ubuntu/)
 
33
LB_MIRROR_BOOTSTRAP="http://archive.ubuntu.com/ubuntu/"
 
34
 
 
35
# $LB_MIRROR_CHROOT: set mirror to fetch packages from
 
36
# (Default: http://archive.ubuntu.com/ubuntu/)
 
37
LB_MIRROR_CHROOT="http://archive.ubuntu.com/ubuntu/"
 
38
 
 
39
# $LB_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
 
40
# (Default: http://security.ubuntu.com/ubuntu/)
 
41
LB_MIRROR_CHROOT_SECURITY="none"
 
42
 
 
43
# $LB_MIRROR_CHROOT_VOLATILE: set volatile mirror to fetch packages from
 
44
# (Default: http://security.ubuntu.com/ubuntu/)
 
45
LB_MIRROR_CHROOT_VOLATILE="none"
 
46
 
 
47
# $LB_MIRROR_CHROOT_BACKPORTS: set backports mirror to fetch packages from
 
48
# (Default: none)
 
49
LB_MIRROR_CHROOT_BACKPORTS="none"
 
50
 
 
51
# $LB_MIRROR_BINARY: set mirror which ends up in the image
 
52
# (Default: http://archive.ubuntu.com/ubuntu/)
 
53
LB_MIRROR_BINARY="http://archive.ubuntu.com/ubuntu/"
 
54
#LB_MIRROR_BINARY="none"
 
55
 
 
56
# $LB_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
 
57
# (Default: http://archive.ubuntu.com/ubuntu/)
 
58
LB_MIRROR_BINARY_SECURITY="none"
 
59
 
 
60
# $LB_MIRROR_BINARY_VOLATILE: set volatile mirror which ends up in the image
 
61
# (Default: http://security.ubuntu.com/ubuntu/)
 
62
LB_MIRROR_BINARY_VOLATILE="none"
 
63
 
 
64
# $LB_MIRROR_BINARY_BACKPORTS: set backports mirror which ends up in the image
 
65
# (Default: none)
 
66
LB_MIRROR_BINARY_BACKPORTS="none"
 
67
 
 
68
# $LB_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
 
69
# (Default: http://archive.ubuntu.com/ubuntu/)
 
70
LB_MIRROR_DEBIAN_INSTALLER="http://archive.ubuntu.com/ubuntu/"
 
71
 
 
72
# $LB_ARCHIVE_AREAS: select archive areas to use
 
73
# (Default: main restricted)
 
74
LB_ARCHIVE_AREAS="main restricted universe multiverse"