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

Ben Armstrong synrg at debian.org
Thu Jun 10 11:42:20 UTC 2010


The following commit has been merged in the master branch:
commit bfdeaf26d44075c6f2482d183aea8ca15ee499b2
Author: Ben Armstrong <synrg at debian.org>
Date:   Thu Jun 10 08:42:07 2010 -0300

    Use 'noauto' in auto scripts as required by new live-helper

diff --git a/auto/build b/auto/build
index 02d0afd..25e0a99 100755
--- a/auto/build
+++ b/auto/build
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-lh build noautoconfig ${@} 2>&1 | tee binary.log
+lh build noauto ${@} 2>&1 | tee binary.log
diff --git a/auto/config b/auto/config
index b5ddd2f..b9fae65 100755
--- a/auto/config
+++ b/auto/config
@@ -27,7 +27,7 @@ if test "$MIRROR_BOOTSTRAP" = -; then
 	MIRROR_BOOTSTRAP="$DEFAULT_CHROOT"
 fi
 
-lh config noautoconfig \
+lh config noauto \
 	--architecture i386 \
 	--apt-recommends false \
 	--bootappend-live 'noautologin acpi_osi="Linux" rfkill.default_state=1' \

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



More information about the Debian-eeepc-commits mailing list