[Emdebian-logs] [SCM] Root filesystem generation tool (multistrap wrapper) branch, master, updated. 87c8711960dc791215efb8ee1f1de66e7119077d

josch josch at pyneo.org
Wed Oct 19 06:33:36 UTC 2011


The following commit has been merged in the master branch:
commit 87c8711960dc791215efb8ee1f1de66e7119077d
Author: josch <josch at pyneo.org>
Date:   Wed Oct 19 08:33:27 2011 +0200

    make notioninkadam target armhf by default

diff --git a/notioninkadam/config b/notioninkadam/config
index 78873f4..8353fd0 100644
--- a/notioninkadam/config
+++ b/notioninkadam/config
@@ -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"
diff --git a/notioninkadam/multistrap.conf b/notioninkadam/multistrap.conf
index e914a7b..9fc6b3e 100644
--- a/notioninkadam/multistrap.conf
+++ b/notioninkadam/multistrap.conf
@@ -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
diff --git a/notioninkadam/packages/wicd b/notioninkadam/packages/wicd
new file mode 100644
index 0000000..53d1f9f
--- /dev/null
+++ b/notioninkadam/packages/wicd
@@ -0,0 +1 @@
+wicd

-- 
Root filesystem generation tool (multistrap wrapper)



More information about the Emdebian-logs mailing list