Add apt preferences dir for multistrap
[snf-image] / snf-image-host / multistrap.conf
1 # multistrap configuration file for snf-image
2
3 [General]
4 arch=
5 directory=
6 # same as --tidy-up option if set to true
7 cleanup=true
8 # same as --no-auth option if set to true
9 # keyring packages listed in each debootstrap will
10 # still be installed.
11 noauth=true
12 # whether to add the /suite to be explicit about where apt
13 # needs to look for packages. Default is false.
14 explicitsuite=false
15 # extract all downloaded archives (default is true)
16 unpack=true
17 # the order of sections is not important.
18 # the debootstrap option determines which repository
19 # is used to calculate the list of Priority: required packages.
20 debootstrap=Debian Backport GRNet
21 aptsources=Debian Backport
22
23 [Debian]
24 packages=linux-image-amd64 ntfs-3g ntfsprogs xmlstarlet python reglookup chntpw parted
25 source=http://ftp.gr.debian.org/debian
26 suite=stable
27
28 [Backport]
29 packages=eatmydata
30 source=http://backports.debian.org/debian-backports
31 suite=stable-backports
32
33 [GRNet]
34 packages=snf-image-helper
35 source=http://apt.okeanos.grnet.gr/
36 suite=stable