[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, master, updated. 1.0b1-112-gc0bebe6

Ben Armstrong synrg at debian.org
Mon Sep 20 16:38:04 UTC 2010


The following commit has been merged in the master branch:
commit c0bebe64f2828a668ce0505c3a6a0a5e5c44b147
Author: Ben Armstrong <synrg at debian.org>
Date:   Mon Sep 20 13:37:51 2010 -0300

    Refresh auto scripts, trim out win32-loader and add -r live.d.n

diff --git a/auto/build b/auto/build
index 25e0a99..76a4037 100755
--- a/auto/build
+++ b/auto/build
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-lh build noauto ${@} 2>&1 | tee binary.log
+lb build noauto ${@} 2>&1 | tee binary.log
diff --git a/auto/clean b/auto/clean
index 90634ac..ea3f8c3 100755
--- a/auto/clean
+++ b/auto/clean
@@ -1,17 +1,5 @@
 #!/bin/sh
 
-rm -f build.log
-
-# Remove generated files
+lb clean noauto ${@}
 rm -f config/binary config/bootstrap config/chroot config/common config/source
-
-# Remove empty directories in config tree
-if ls config/*/ > /dev/null 2>&1
-then
-	rmdir --ignore-fail-on-non-empty config/*/
-fi
-
-if [ -d config ]
-then
-	rmdir --ignore-fail-on-non-empty config
-fi
+rm -f binary.log
diff --git a/auto/config b/auto/config
index 5c78751..72b8551 100755
--- a/auto/config
+++ b/auto/config
@@ -27,7 +27,8 @@ if test "$MIRROR_BOOTSTRAP" = -; then
 	MIRROR_BOOTSTRAP="$DEFAULT_CHROOT"
 fi
 
-lh config noauto \
+lb config noauto \
+	--clean \
 	--architecture i386 \
 	--bootappend-live 'acpi_osi="Linux"' \
 	-k 486 \
@@ -43,5 +44,7 @@ lh config noauto \
 	--debian-installer live \
 	--debian-installer-gui true \
 	--debian-installer-distribution daily \
+	-r live.debian.net \
 	--bootappend-install "cdrom-detect/try-usb=true" \
+	--win32-loader false \
 	${@}

-- 
A live-helper based Debian live & installer image for the Eee PC.



More information about the Debian-eeepc-commits mailing list