From subversion@balloonboard.org Fri Mar 19 17:29:20 2010
Received: from wookey by stoneboat.aleph1.co.uk with local (Exim 4.69)
	(envelope-from <subversion@balloonboard.org>) id 1Nsg0e-0000lO-H9
	for balloon-svn@balloonboard.org; Fri, 19 Mar 2010 17:29:20 +0000
Date: Fri, 19 Mar 2010 17:29:20 +0000
To: balloon-svn@balloonboard.org
From: subversion@balloonboard.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-Id: <E1Nsg0e-0000lO-H9@stoneboat.aleph1.co.uk>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: subversion@balloonboard.org
X-SA-Exim-Scanned: No (on stoneboat.aleph1.co.uk);
	SAEximRunCond expanded to false
Subject: [Balloon-svn] r1027 - balloon/trunk/rootfs/emdebian
X-BeenThere: balloon-svn@balloonboard.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: <balloon-svn.balloonboard.org>
List-Unsubscribe: <http://balloonboard.org/cgi-bin/mailman/options/balloon-svn>, 
	<mailto:balloon-svn-request@balloonboard.org?subject=unsubscribe>
List-Archive: <http://balloonboard.org/lurker/list/balloon-svn.html>
List-Post: <mailto:balloon-svn@balloonboard.org>
List-Help: <mailto:balloon-svn-request@balloonboard.org?subject=help>
List-Subscribe: <http://balloonboard.org/cgi-bin/mailman/listinfo/balloon-svn>, 
	<mailto:balloon-svn-request@balloonboard.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Mar 2010 17:29:20 -0000

Author: wookey
Date: 2010-03-19 17:29:20 +0000 (Fri, 19 Mar 2010)
New Revision: 1027

Modified:
   balloon/trunk/rootfs/emdebian/multistrap-balloon-CUED.conf
   balloon/trunk/rootfs/emdebian/multistrap-balloon-podpoint.conf
   balloon/trunk/rootfs/emdebian/multistrap-balloon-tcl-sl40.conf
   balloon/trunk/rootfs/emdebian/multistrap-balloon.conf
Log:
Comment out options which are not used (overridden in makefile) and
thus confusing. 


Modified: balloon/trunk/rootfs/emdebian/multistrap-balloon-CUED.conf
===================================================================
--- balloon/trunk/rootfs/emdebian/multistrap-balloon-CUED.conf	2010-03-19 17:25:26 UTC (rev 1026)
+++ balloon/trunk/rootfs/emdebian/multistrap-balloon-CUED.conf	2010-03-19 17:29:20 UTC (rev 1027)
@@ -1,13 +1,13 @@
 [General]
 # arch and directory are overridden.
-arch=arm
-directory=/opt/multistrap/
+#arch=arm
+#directory=/opt/multistrap/
 # same as --tidy-up option if set to true
 cleanup=true
 # retain the sources outside the rootfs for distribution
 # specify a directory to which all the .debs can be moved.
 # or override with the --source-dir option.
-retainsources=/opt/multistrap/sources
+#retainsources=/opt/multistrap/sources
 # same as --no-auth option if set to true
 # keyring packages listed in each debootstrap will
 # still be installed.

Modified: balloon/trunk/rootfs/emdebian/multistrap-balloon-podpoint.conf
===================================================================
--- balloon/trunk/rootfs/emdebian/multistrap-balloon-podpoint.conf	2010-03-19 17:25:26 UTC (rev 1026)
+++ balloon/trunk/rootfs/emdebian/multistrap-balloon-podpoint.conf	2010-03-19 17:29:20 UTC (rev 1027)
@@ -1,7 +1,7 @@
 [General]
 # arch and directory are overridden.
-arch=armel
-directory=/opt/multistrap/
+#arch=armel
+#directory=/opt/multistrap/
 # same as --tidy-up option if set to true
 cleanup=true
 # retain the sources outside the rootfs for distribution

Modified: balloon/trunk/rootfs/emdebian/multistrap-balloon-tcl-sl40.conf
===================================================================
--- balloon/trunk/rootfs/emdebian/multistrap-balloon-tcl-sl40.conf	2010-03-19 17:25:26 UTC (rev 1026)
+++ balloon/trunk/rootfs/emdebian/multistrap-balloon-tcl-sl40.conf	2010-03-19 17:29:20 UTC (rev 1027)
@@ -2,13 +2,13 @@
 # arch and directory are overridden.
 arch=armel
 #arch=arm
-directory=/opt/multistrap/
+#directory=/opt/multistrap/
 # same as --tidy-up option if set to true
 cleanup=true
 # retain the sources outside the rootfs for distribution
 # specify a directory to which all the .debs can be moved.
 # or override with the --source-dir option.
-retainsources=/opt/multistrap/sources
+#retainsources=/opt/multistrap/sources
 # same as --no-auth option if set to true
 # keyring packages listed in each debootstrap will
 # still be installed.

Modified: balloon/trunk/rootfs/emdebian/multistrap-balloon.conf
===================================================================
--- balloon/trunk/rootfs/emdebian/multistrap-balloon.conf	2010-03-19 17:25:26 UTC (rev 1026)
+++ balloon/trunk/rootfs/emdebian/multistrap-balloon.conf	2010-03-19 17:29:20 UTC (rev 1027)
@@ -1,13 +1,13 @@
 [General]
 # arch and directory are overridden.
-arch=armel
-directory=/opt/multistrap/
+#arch=armel
+#directory=/opt/multistrap/
 # same as --tidy-up option if set to true
 cleanup=true
 # retain the sources outside the rootfs for distribution
 # specify a directory to which all the .debs can be moved.
 # or override with the --source-dir option.
-retainsources=/opt/multistrap/sources
+#retainsources=/opt/multistrap/sources
 # same as --no-auth option if set to true
 # keyring packages listed in each debootstrap will
 # still be installed.



