diff --git a/default/multistrap.conf.armhf b/default/multistrap.conf.armhf index 9fc6b3e..514b46b 100644 --- a/default/multistrap.conf.armhf +++ b/default/multistrap.conf.armhf @@ -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 diff --git a/notioninkadam/multistrap.conf b/notioninkadam/multistrap.conf index 9fc6b3e..514b46b 100644 --- a/notioninkadam/multistrap.conf +++ b/notioninkadam/multistrap.conf @@ -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