summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-01-11 23:44:21 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-11 23:44:21 +0100
commit1894df39910e8ed3bbeec7678651a621d5fb06c9 (patch)
tree82c0d811eb46c9b4490d30343bb4c455a7422f09
parent635034f54dfcf6284111c97a44976c5f138f43c6 (diff)
downloadjenkins.debian.net-1894df39910e8ed3bbeec7678651a621d5fb06c9.tar.xz
g-i: debug d-edu wheezy installs
-rwxr-xr-xbin/g-i-installation.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index f325361c..8aa395bb 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -143,6 +143,9 @@ bootstrap_system() {
debian*_squeeze*)
INST_KEYMAP="console-keymaps-at/$INST_KEYMAP"
;;
+ debian-edu_wheezy*)
+ EXTRA_APPEND="DEBCONF_DEBUG=developer" # FIXME: this shall become more conditional...
+ ;;
*_sid_daily*)
EXTRA_APPEND="mirror/suite=sid"
;;