diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-15 01:29:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-15 01:29:08 +0200 |
commit | 0d2957a73b5456283461fd638ec1db3859135ccb (patch) | |
tree | 94007c962bde0bcd5b724b01e1b756222de1435a /bin | |
parent | 7e2eeb1906fb58dc5732f42604628ad945603415 (diff) | |
download | jenkins.debian.net-0d2957a73b5456283461fd638ec1db3859135ccb.tar.xz |
g-i-installation: life with the fact that debian-edu needs more debugging...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 9937b507..74187f44 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -211,7 +211,7 @@ bootstrap_system() { esac case $NAME in debian-edu_*) - EXTRA_APPEND="$EXTRA_APPEND DEBCONF_DEBUG=developer" # FIXME: this shall become more conditional... + EXTRA_APPEND="$EXTRA_APPEND DEBCONF_DEBUG=developer" ;; esac case $NAME in |