make notioninkadam target armhf by default

main
josch 13 years ago
parent e24f9c2f51
commit 87c8711960

@ -1,4 +1,4 @@
SUITE="sid" SUITE="sid"
ARCH="armel" ARCH="armhf"
ROOTDIR="debian-$SUITE-$ARCH-`date +%F`" ROOTDIR="debian-$SUITE-$ARCH-`date +%F`"
MIRROR="http://cdn.debian.net/debian" MIRROR="http://ftp.debian-ports.org/debian"

@ -4,19 +4,25 @@ directory=$ROOTDIR
cleanup=true cleanup=true
unpack=true unpack=true
noauth=true noauth=true
bootstrap=Debian_bootstrap bootstrap=Debian_bootstrap Debian_unreleased
aptsources=Debian aptsources=Debian
allowrecommends=false allowrecommends=false
addimportant=false addimportant=false
[Debian_bootstrap] [Debian_bootstrap]
packages=$PACKAGES packages=debian-ports-archive-keyring $PACKAGES
source=$MIRROR source=$MIRROR
suite=$SUITE suite=$SUITE
omitdebsrc=true omitdebsrc=true
[Debian_unreleased]
packages=$PACKAGES
source=$MIRROR
suite=unreleased
omitdebsrc=true
[Debian] [Debian]
source=http://cdn.debian.net/debian source=$MIRROR
keyring=debian-archive-keyring keyring=debian-archive-keyring
suite=$SUITE suite=$SUITE
omitdebsrc=true omitdebsrc=true

Loading…
Cancel
Save