make notioninkadam target armhf by default
This commit is contained in:
parent
e24f9c2f51
commit
87c8711960
3 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
1
notioninkadam/packages/wicd
Normal file
1
notioninkadam/packages/wicd
Normal file
|
@ -0,0 +1 @@
|
|||
wicd
|
Loading…
Reference in a new issue