Add icewm from testing.
[redo.git] / config / common
blob2662c137b5c89337d60ea96af64c1f53bfb5998b
1 # config/common - common options for live-build(7)
3 # $LB_APT: set package manager
4 # (Default: apt)
5 LB_APT="apt"
7 # $LB_APT_FTP_PROXY: set apt/aptitude ftp proxy
8 # (Default: autodetected or empty)
9 LB_APT_FTP_PROXY=""
11 # $LB_APT_HTTP_PROXY: set apt/aptitude http proxy
12 # (Default: autodetected or empty)
13 LB_APT_HTTP_PROXY=""
15 # $LB_APT_PIPELINE: set apt/aptitude pipeline depth
16 # (Default: )
17 LB_APT_PIPELINE=""
19 # $LB_APT_RECOMMENDS: set apt/aptitude recommends
20 # (Default: true)
21 LB_APT_RECOMMENDS="true"
23 # $LB_APT_SECURE: set apt/aptitude security
24 # (Default: true)
25 LB_APT_SECURE="true"
27 # $LB_APT_SOURCE_ARCHIVES: set apt/aptitude source entries in sources.list
28 # (Default: true)
29 LB_APT_SOURCE_ARCHIVES="true"
31 # $LB_CACHE: control cache
32 # (Default: true)
33 LB_CACHE="true"
35 # $LB_CACHE_INDICES: control if downloaded package indices should be cached
36 # (Default: false)
37 LB_CACHE_INDICES="false"
39 # $LB_CACHE_PACKAGES: control if downloaded packages files should be cached
40 # (Default: true)
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
52 # (Default: critical)
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
60 # (Default: gzip)
61 LB_INITRAMFS_COMPRESSION="gzip"
63 # $LB_INITSYSTEM: set init system
64 # (Default: systemd)
65 LB_INITSYSTEM="systemd"
67 # $LB_FDISK: set fdisk program
68 # (Default: autodetected)
69 LB_FDISK="fdisk"
71 # $LB_LOSETUP: set losetup program
72 # (Default: autodetected)
73 LB_LOSETUP="losetup"
75 # $LB_MODE: set distribution mode
76 # (Default: debian)
77 LB_MODE="debian"
79 # $LB_SYSTEM: set system type
80 # (Default: live)
81 LB_SYSTEM="live"
83 # $LB_TASKSEL: set tasksel program
84 # (Default: apt)
85 LB_TASKSEL="apt"
87 # live-build options
89 # $_BREAKPOINTS: enable breakpoints
90 # If set here, overrides the command line option
91 # (Default: false)
92 #_BREAKPOINTS="false"
94 # $_DEBUG: enable debug
95 # If set here, overrides the command line option
96 # (Default: false)
97 #_DEBUG="false"
99 # $_COLOR: enable color
100 # If set here, overrides the command line option
101 # (Default: false)
102 #_COLOR="false"
104 # $_FORCE: enable force
105 # If set here, overrides the command line option
106 # (Default: false)
107 #_FORCE="false"
109 # $_QUIET: enable quiet
110 # If set here, overrides the command line option
111 # (Default: false)
112 #_QUIET="false"
114 # $_VERBOSE: enable verbose
115 # If set here, overrides the command line option
116 # (Default: false)
117 #_VERBOSE="false"
119 # Internal stuff (FIXME)
120 APT_OPTIONS="--yes"
121 APTITUDE_OPTIONS="--assume-yes"
122 DEBOOTSTRAP_OPTIONS=""
123 DEBOOTSTRAP_SCRIPT=""
124 GZIP_OPTIONS="-6  --rsyncable"
125 ISOHYBRID_OPTIONS=""