make notioninkadam target armhf by default

main
josch 13 years ago
parent e24f9c2f51
commit 87c8711960

@ -1,4 +1,4 @@
SUITE="sid"
ARCH="armel"
ARCH="armhf"
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
unpack=true
noauth=true
bootstrap=Debian_bootstrap
bootstrap=Debian_bootstrap Debian_unreleased
aptsources=Debian
allowrecommends=false
addimportant=false
[Debian_bootstrap]
packages=$PACKAGES
packages=debian-ports-archive-keyring $PACKAGES
source=$MIRROR
suite=$SUITE
omitdebsrc=true
[Debian_unreleased]
packages=$PACKAGES
source=$MIRROR
suite=unreleased
omitdebsrc=true
[Debian]
source=http://cdn.debian.net/debian
source=$MIRROR
keyring=debian-archive-keyring
suite=$SUITE
omitdebsrc=true

Loading…
Cancel
Save