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

Darren Salt linux at youmustbejoking.demon.co.uk
Wed Jul 29 18:48:35 UTC 2009


The following commit has been merged in the master branch:
commit be4b0f5e386060847c5f2792d9d986ab3ae08656
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Wed Jul 29 19:19:43 2009 +0100

    Specify the architecture else build will fail on non-i386.

diff --git a/Changelog b/Changelog
index 209b3bb..d156ae8 100644
--- a/Changelog
+++ b/Changelog
@@ -26,6 +26,7 @@
    gnome-icon-theme.
  * Set briquolo to fullscreen.
  * Blacklist i2c_i801 to get rid of an unnecessary boot delay.
+ * Specify the architecture else build will fail on non-i386.
 
 1.0~b2
 ------
diff --git a/scripts/config b/scripts/config
index d81e1df..8c7760a 100755
--- a/scripts/config
+++ b/scripts/config
@@ -4,6 +4,7 @@ MIRROR_DEBIAN="http://debian.mirror.rafal.ca/debian/"
 MIRROR_SECURITY="http://debian.mirror.rafal.ca/debian-security/"
 
 lh_config noautoconfig \
+	--architecture i386 \
 	--apt-recommends disabled \
 	--bootappend-live "noautologin" \
 	-k 686 \

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



More information about the Debian-eeepc-commits mailing list