~tom-gall/linaro/live-helper.config.natty.slim-down-nano

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
122
123
124
125
126
127
128
129
130
131
# config/common - common options for live-helper(7)

# LH_CONFIG_VERSION: internal version of the configuration file format
LH_CONFIG_VERSION="2.0~a10"

# $LH_APT: set package manager
# (Default: apt)
LH_APT="apt"

# $LH_APT_FTP_PROXY: set apt/aptitude ftp proxy
# (Default: autodetected or empty)
LH_APT_FTP_PROXY=""

# $LH_APT_HTTP_PROXY: set apt/aptitude http proxy
# (Default: autodetected or empty)
LH_APT_HTTP_PROXY=""

# $LH_APT_PDIFFS: set apt/aptitude pdiff indices
# (Default: true)
LH_APT_PDIFFS="true"

# $LH_APT_PIPELINE: set apt/aptitude pipeline depth
# (Default: )
LH_APT_PIPELINE=""

# $LH_APT_RECOMMENDS: set apt/aptitude recommends
# (Default: true)
LH_APT_RECOMMENDS="true"

# $LH_APT_SECURE: set apt/aptitude security
# (Default: true)
LH_APT_SECURE="true"

# $LH_BOOTSTRAP: set bootstrap program
# (Default: debootstrap)
LH_BOOTSTRAP="debootstrap"

# $LH_CACHE: control cache
# (Default: true)
LH_CACHE="true"

# $LH_CACHE_INDICES: control if downloaded package indices should be cached
# (Default: false)
LH_CACHE_INDICES="false"

# $LH_CACHE_PACKAGES: control if downloaded packages files should be cached
# (Default: true)
LH_CACHE_PACKAGES="true"

# $LH_CACHE_STAGES: control if completed stages should be cached
# (Default: bootstrap chroot)
LH_CACHE_STAGES="bootstrap chroot"

# $LH_DEBCONF_FRONTEND: set debconf(1) frontend to use
# (Default: noninteractive)
LH_DEBCONF_FRONTEND="noninteractive"

# $LH_DEBCONF_NOWARNINGS: set debconf(1) warnings
# (Default: yes)
LH_DEBCONF_NOWARNINGS="yes"

# $LH_DEBCONF_PRIORITY: set debconf(1) priority to use
# (Default: critical)
LH_DEBCONF_PRIORITY="critical"

# $LH_INITRAMFS: set initramfs hook
# (Default: none)
LH_INITRAMFS="none"

# $LH_FDISK: set fdisk program
# (Default: autodetected)
LH_FDISK="fdisk"

# $LH_LOSETUP: set losetup program
# (Default: autodetected)
LH_LOSETUP="losetup"

# $LH_MODE: set distribution mode
# (Default: ubuntu)
LH_MODE="ubuntu"

# $LH_ROOT_COMMAND: use sudo or equivalent
# (Default: empty)
#LH_ROOT_COMMAND="sudo"

# $LH_USE_FAKEROOT: use fakeroot/fakechroot
# (Default: false)
LH_USE_FAKEROOT="false"

# $LH_TASKSEL: set tasksel program
# (Default: tasksel)
LH_TASKSEL="tasksel"

# $LH_INCLUDES: set includes
# (Default: /usr/share/live-helper/includes)
LH_INCLUDES="/usr/share/live-helper/includes"

# $LH_TEMPLATES: set templates
# (Default: /usr/share/live-helper/templates)
LH_TEMPLATES="/usr/share/live-helper/templates"

# Live-helper options

# $_BREAKPOINTS: enable breakpoints
# (Default: false)
#_BREAKPOINTS="false"

# $_DEBUG: enable debug
# (Default: false)
#_DEBUG="false"

# $_COLOR: enable color
# (Default: false)
#_COLOR="false"

# $_FORCE: enable force
# (Default: false)
#_FORCE="false"

# $_QUIET: enable quiet
# (Default: false)
_QUIET="false"

# $_VERBOSE: enable verbose
# (Default: false)
#_VERBOSE="false"

# Internal stuff (FIXME)
APT_OPTIONS="--yes"
APTITUDE_OPTIONS="--assume-yes"
GZIP_OPTIONS="--best  --rsyncable"