enter proper aptsources independent on mirror used at build time
This commit is contained in:
parent
3db811d1ac
commit
a0aa4e80f0
2 changed files with 16 additions and 8 deletions
|
@ -5,7 +5,7 @@ cleanup=true
|
|||
unpack=true
|
||||
noauth=true
|
||||
bootstrap=Debian_bootstrap Debian_unreleased
|
||||
aptsources=Debian
|
||||
aptsources=Debian_apt Debian_apt_unreleased
|
||||
allowrecommends=false
|
||||
addimportant=false
|
||||
|
||||
|
@ -21,8 +21,12 @@ source=$MIRROR
|
|||
suite=unreleased
|
||||
omitdebsrc=true
|
||||
|
||||
[Debian]
|
||||
source=$MIRROR
|
||||
keyring=debian-archive-keyring
|
||||
[Debian_apt]
|
||||
source=http://ftp.debian-ports.org/debian
|
||||
suite=$SUITE
|
||||
omitdebsrc=true
|
||||
|
||||
[Debian_apt_unreleased]
|
||||
source=http://ftp.debian-ports.org/debian
|
||||
suite=unreleased
|
||||
omitdebsrc=true
|
||||
|
|
|
@ -5,7 +5,7 @@ cleanup=true
|
|||
unpack=true
|
||||
noauth=true
|
||||
bootstrap=Debian_bootstrap Debian_unreleased
|
||||
aptsources=Debian
|
||||
aptsources=Debian_apt Debian_apt_unreleased
|
||||
allowrecommends=false
|
||||
addimportant=false
|
||||
|
||||
|
@ -21,8 +21,12 @@ source=$MIRROR
|
|||
suite=unreleased
|
||||
omitdebsrc=true
|
||||
|
||||
[Debian]
|
||||
source=$MIRROR
|
||||
keyring=debian-archive-keyring
|
||||
[Debian_apt]
|
||||
source=http://ftp.debian-ports.org/debian
|
||||
suite=$SUITE
|
||||
omitdebsrc=true
|
||||
|
||||
[Debian_apt_unreleased]
|
||||
source=http://ftp.debian-ports.org/debian
|
||||
suite=unreleased
|
||||
omitdebsrc=true
|
||||
|
|
Loading…
Reference in a new issue