diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-01-11 23:44:21 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-01-11 23:44:21 +0100 |
commit | 1894df39910e8ed3bbeec7678651a621d5fb06c9 (patch) | |
tree | 82c0d811eb46c9b4490d30343bb4c455a7422f09 /bin | |
parent | 635034f54dfcf6284111c97a44976c5f138f43c6 (diff) | |
download | jenkins.debian.net-1894df39910e8ed3bbeec7678651a621d5fb06c9.tar.xz |
g-i: debug d-edu wheezy installs
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 3 |
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" ;; |