From a0aa4e80f0689c653e3e1e1f538b6b935bc6fb85 Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 23 Oct 2011 09:20:53 +0200 Subject: [PATCH] enter proper aptsources independent on mirror used at build time --- default/multistrap.conf.armhf | 12 ++++++++---- notioninkadam/multistrap.conf | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) 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