forked from Gandi/packet-journey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultistrap.conf
46 lines (40 loc) · 1.3 KB
/
multistrap.conf
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
[General]
arch=amd64
directory=chroot
# 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=true
# extract all downloaded archives (default is true)
unpack=true
# whether to add the /suite to be explicit about where apt
# needs to look for packages. Default is false.
explicitsuite=false
# aptsources is a list of sections to be used
# the /etc/apt/sources.list.d/multistrap.sources.list
# of the target. Order is not important
aptsources=Debian
# the bootstrap option determines which repository
# is used to calculate the list of Priority: required packages
# and which packages go into the rootfs.
# The order of sections is not important.
bootstrap=debian base networking routing nosystemd
[debian]
packages=
source=http://mirrors.gandi.net/debian
keyring=debian-archive-keyring
suite=jessie
[base]
packages=procps udev rsyslog vim kmod sudo pciutils python strace gdb gdbserver screen openssh-server bc
packages=makedev
[networking]
packages=netbase ifupdown iproute2 net-tools tcpdump telnet netcat-traditional socat iputils-ping iptables ethtool
packages=isc-dhcp-client
packages=traceroute lldpd
packages=python-scapy
[routing]
packages=quagga bird
[nosystemd]
packages=sysvinit sysvinit-core