~med/cloud-live/cactusnatty

« back to all changes in this revision

Viewing changes to bootstrap

  • Committer: Dustin Kirkland
  • Date: 2010-11-10 20:10:24 UTC
  • Revision ID: kirkland@ubuntu.com-20101110201024-dfmrt5myx6po7t65
initial base live desktop config

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# config/bootstrap - options for live-helper(7), bootstrap stage
 
2
 
 
3
# $LH_ARCHITECTURE: select chroot architecture
 
4
# (Default: autodetected)
 
5
LH_ARCHITECTURE="amd64"
 
6
 
 
7
# $LH_BOOTSTRAP_CONFIG: set distribution config directory
 
8
# (Default: empty)
 
9
LH_BOOTSTRAP_CONFIG=""
 
10
 
 
11
# $LH_BOOTSTRAP_INCLUDE: include packages on base
 
12
# (Default: empty)
 
13
LH_BOOTSTRAP_INCLUDE=""
 
14
 
 
15
# $LH_BOOTSTRAP_EXCLUDE: exclude packages on base
 
16
# (Default: empty)
 
17
LH_BOOTSTRAP_EXCLUDE=""
 
18
 
 
19
# $LH_BOOTSTRAP_FLAVOUR: select flavour to use
 
20
# (Default: empty)
 
21
LH_BOOTSTRAP_FLAVOUR=""
 
22
 
 
23
# $LH_BOOTSTRAP_KEYRING: set distribution keyring
 
24
# (Default: empty)
 
25
LH_BOOTSTRAP_KEYRING=""
 
26
 
 
27
# $LH_DISTRIBUTION: select distribution to use
 
28
# (Default: maverick)
 
29
LH_DISTRIBUTION="maverick"
 
30
 
 
31
# $LH_MIRROR_BOOTSTRAP: set mirror to bootstrap from
 
32
# (Default: http://archive.ubuntu.com/ubuntu)
 
33
LH_MIRROR_BOOTSTRAP="http://archive.ubuntu.com/ubuntu"
 
34
 
 
35
# $LH_MIRROR_CHROOT: set mirror to fetch packages from
 
36
# (Default: http://archive.ubuntu.com/ubuntu)
 
37
LH_MIRROR_CHROOT="http://archive.ubuntu.com/ubuntu"
 
38
 
 
39
# $LH_MIRROR_CHROOT_SECURITY: set security mirror to fetch packages from
 
40
# (Default: http://security.ubuntu.com/ubuntu)
 
41
LH_MIRROR_CHROOT_SECURITY="http://security.ubuntu.com/ubuntu"
 
42
 
 
43
# $LH_MIRROR_CHROOT_VOLATILE: set volatile mirror to fetch packages from
 
44
# (Default: http://security.ubuntu.com/ubuntu/)
 
45
LH_MIRROR_CHROOT_VOLATILE="http://security.ubuntu.com/ubuntu/"
 
46
 
 
47
# $LH_MIRROR_BINARY: set mirror which ends up in the image
 
48
# (Default: http://archive.ubuntu.com/ubuntu)
 
49
LH_MIRROR_BINARY="http://archive.ubuntu.com/ubuntu"
 
50
 
 
51
# $LH_MIRROR_BINARY_SECURITY: set security mirror which ends up in the image
 
52
# (Default: http://security.ubuntu.com/ubuntu)
 
53
LH_MIRROR_BINARY_SECURITY="http://security.ubuntu.com/ubuntu"
 
54
 
 
55
# $LH_MIRROR_BINARY_VOLATILE: set volatile mirror which ends up in the image
 
56
# (Default: http://security.ubuntu.com/ubuntu/)
 
57
LH_MIRROR_BINARY_VOLATILE="http://security.ubuntu.com/ubuntu/"
 
58
 
 
59
# $LH_MIRROR_DEBIAN_INSTALLER: set debian-installer mirror
 
60
# (Default: http://archive.ubuntu.com/ubuntu)
 
61
LH_MIRROR_DEBIAN_INSTALLER="http://archive.ubuntu.com/ubuntu"
 
62
 
 
63
# $LH_ARCHIVE_AREAS: select archive areas to use
 
64
# (Default: main restricted)
 
65
LH_ARCHIVE_AREAS="main restricted universe"