1 # config/common - common options for live-build(7)
3 # $LB_APT: set package manager
7 # $LB_APT_FTP_PROXY: set apt/aptitude ftp proxy
8 # (Default: autodetected or empty)
11 # $LB_APT_HTTP_PROXY: set apt/aptitude http proxy
12 # (Default: autodetected or empty)
15 # $LB_APT_PIPELINE: set apt/aptitude pipeline depth
19 # $LB_APT_RECOMMENDS: set apt/aptitude recommends
21 LB_APT_RECOMMENDS="true"
23 # $LB_APT_SECURE: set apt/aptitude security
27 # $LB_APT_SOURCE_ARCHIVES: set apt/aptitude source entries in sources.list
29 LB_APT_SOURCE_ARCHIVES="true"
31 # $LB_CACHE: control cache
35 # $LB_CACHE_INDICES: control if downloaded package indices should be cached
37 LB_CACHE_INDICES="false"
39 # $LB_CACHE_PACKAGES: control if downloaded packages files should be cached
41 LB_CACHE_PACKAGES="true"
43 # $LB_CACHE_STAGES: control if completed stages should be cached
44 # (Default: bootstrap)
45 LB_CACHE_STAGES="bootstrap"
47 # $LB_DEBCONF_FRONTEND: set debconf(1) frontend to use
48 # (Default: noninteractive)
49 LB_DEBCONF_FRONTEND="noninteractive"
51 # $LB_DEBCONF_PRIORITY: set debconf(1) priority to use
53 LB_DEBCONF_PRIORITY="critical"
55 # $LB_INITRAMFS: set initramfs hook
56 # (Default: live-boot)
57 LB_INITRAMFS="live-boot"
59 # $LB_INITRAMFS_COMPRESSION: set initramfs compression
61 LB_INITRAMFS_COMPRESSION="gzip"
63 # $LB_INITSYSTEM: set init system
65 LB_INITSYSTEM="systemd"
67 # $LB_FDISK: set fdisk program
68 # (Default: autodetected)
71 # $LB_LOSETUP: set losetup program
72 # (Default: autodetected)
75 # $LB_MODE: set distribution mode
79 # $LB_SYSTEM: set system type
83 # $LB_TASKSEL: set tasksel program
89 # $_BREAKPOINTS: enable breakpoints
90 # If set here, overrides the command line option
94 # $_DEBUG: enable debug
95 # If set here, overrides the command line option
99 # $_COLOR: enable color
100 # If set here, overrides the command line option
104 # $_FORCE: enable force
105 # If set here, overrides the command line option
109 # $_QUIET: enable quiet
110 # If set here, overrides the command line option
114 # $_VERBOSE: enable verbose
115 # If set here, overrides the command line option
119 # Internal stuff (FIXME)
121 APTITUDE_OPTIONS="--assume-yes"
122 DEBOOTSTRAP_OPTIONS=""
123 DEBOOTSTRAP_SCRIPT=""
124 GZIP_OPTIONS="-6 --rsyncable"