~linaro-maintainers/linaro/live-helper.config.oneiric.ubuntu-desktop

« back to all changes in this revision

Viewing changes to common

Merge changes from Tom Gall to commit an updated binary, common and chroot files from conf_config.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# config/common - common options for live-helper(7)
2
2
 
3
3
# LH_CONFIG_VERSION: internal version of the configuration file format
4
 
LH_CONFIG_VERSION="2.0~a10"
 
4
LH_CONFIG_VERSION="2.0~a21"
5
5
 
6
6
# $LH_APT: set package manager
7
7
# (Default: apt)
88
88
LH_USE_FAKEROOT="false"
89
89
 
90
90
# $LH_TASKSEL: set tasksel program
91
 
# (Default: tasksel)
92
 
LH_TASKSEL="tasksel"
 
91
# (Default: apt)
 
92
LH_TASKSEL="apt"
93
93
 
94
94
# $LH_INCLUDES: set includes
95
95
# (Default: /usr/share/live-helper/includes)
128
128
# Internal stuff (FIXME)
129
129
APT_OPTIONS="--yes"
130
130
APTITUDE_OPTIONS="--assume-yes"
131
 
GZIP_OPTIONS="--best "
 
131
GZIP_OPTIONS="--best --rsyncable"
 
132
ISOHYBRID_OPTIONS=""