enable explicitsuite for cross-chroots
git-svn-id: http://emdebian.org/svn/current@7328 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
302197dd60
commit
f3630bc3c0
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,8 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
|
# set apt to get particular packages from specified suites.
|
||||||
|
explicitsuite=true
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
|
|
|
@ -10,6 +10,8 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
|
# set apt to get particular packages from specified suites.
|
||||||
|
explicitsuite=true
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
|
|
Loading…
Reference in a new issue