multistrap.conf.in 498 Bytes
Newer Older
1 2 3
# multistrap configuration file supporting alien arch with fakeroot

[General]
4 5 6
arch=@arch@

# treat recommended packages as strict dependencies
7 8
allowrecommends=true

9 10
# debconf preseed file (skipped if unavailable)
debconfseed=@preseed@
11 12

setupscript=/usr/share/multistrap/chroot.sh
13 14
configscript=@libdir@/multistrap-configure.sh
hookdir=@libdir@/multistrap-hooks
15 16 17 18 19

bootstrap=Approx
aptsources=

[Approx]
20
packages=@packages@
21
source=@source@
22
keyring=debian-archive-keyring
23
suite=@suite@
24
omitdebsrc=true