summaryrefslogtreecommitdiff
path: root/examples/full.conf
blob: 2e66c89e3399c67ffec5ec7ee12a9863bba9f5f9 (plain)
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
# Example multistrap configuration file describing all options
# using the default options and suggestions as comments.

[General]
# can be overridden on the command line
arch=
# can be overriden on the command line
directory=
# same as --tidy-up option if set to true
cleanup=true
# same as --no-auth option if set to true
# keyring packages listed in each bootstrap will
# still be installed.
noauth=false
# whether to add the /suite to be explicit about where apt
# needs to look for packages. Default is false. (care required)
explicitsuite=false
# copied into the chroot to be executed later
# configscript=path/to/config.sh
configscript=
# executed within the chroot (so do not execute foreign binaries in this script)
# setupscript=path/to/setup.sh
setupscript=
# omit packages with Priority: required (care needed)
omitrequired=false
# add packages of Priority: important
addimportant=false
# avoid running preinst scripts in native mode
omitpreinst=false
# apt preferences file
# aptpreferences=pref.conf
aptpreferences=
# explicitly set the APT::Default-Release (default is *)
aptdefaultrelease=
# download the sources for the packages downloaded
retainsources=false
# allow Recommended packages to be seen as strict dependencies
allowrecommends=false
# debconf preseed file
# debconfseed=debconf.txt
debconfseed=
# hook directory, executable scripts called:
# download*, native* or completion*
# hookdir=path/to/hooks/
hookdir=
# multiarch architectures to enable (space separated list)
# multiarch=i386 armel armhf
multiarch=amd64 armel
# include variables from a more generic config file
# include=path/to/general.conf
include=
# do not configure native packages
ignorenativearch=false
# name of a tarball to create containing the multistrap chroot
# tarballname=tarball.tgz
tarballname=
# extract all downloaded archives (default is true)
unpack=true
# the order of sections is not important.
# the bootstrap option determines which repository
# is used to calculate the list of Priority: required packages.
bootstrap=Debian Foreign
aptsources=Debian

[Debian]
packages=apt
source=http://http.debian.net/debian
keyring=debian-archive-keyring
suite=wheezy
omitdebsrc=false
additional=
reinstall=
components=main

[Foreign]
packages=libgcc1 libc6
architecture=armel
source=http://http.debian.net/debian
keyring=debian-archive-keyring
suite=sid