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

Darren Salt linux at youmustbejoking.demon.co.uk
Sun Dec 27 21:25:28 UTC 2009


The following commit has been merged in the master branch:
commit 684ec8f1d741b0753f7c3cc61574d7345728f738
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Sun Dec 27 21:13:45 2009 +0000

    Allow overriding of the source repositories when building the image.

diff --git a/Changelog b/Changelog
index 812d4d2..1249322 100644
--- a/Changelog
+++ b/Changelog
@@ -32,6 +32,7 @@
  * Try SOUND_PREFER_MASTER=yes as default (will at least solve
    sound hotkey breakage on model 4G).
  * Remove non-eee kernel modules to make some more room.
+ * Allow overriding of the source repositories when building the image.
 
 1.0~b2
 ------
diff --git a/scripts/config b/scripts/config
index 1f1c2b1..b12b0b6 100755
--- a/scripts/config
+++ b/scripts/config
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-MIRROR_DEBIAN="http://debian.mirror.rafal.ca/debian/"
-MIRROR_SECURITY="http://debian.mirror.rafal.ca/debian-security/"
+MIRROR_DEBIAN="${1:-http://debian.mirror.rafal.ca/debian/}"
+MIRROR_SECURITY="${2:-http://debian.mirror.rafal.ca/debian-security/}"
 
 lh config noautoconfig \
 	--architecture i386 \

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



More information about the Debian-eeepc-commits mailing list