diff options
-rwxr-xr-x | bin/g-i-installation.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 4ee545f9..3065de70 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -143,9 +143,6 @@ 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" ;; @@ -174,6 +171,9 @@ bootstrap_system() { *_dark_theme) EXTRA_APPEND="$EXTRA_APPEND theme=dark" ;; + debian-edu_*) + EXTRA_APPEND="DEBCONF_DEBUG=developer" # FIXME: this shall become more conditional... + ;; *) ;; esac APPEND="auto=true priority=critical $EXTRA_APPEND $INST_LOCALE $INST_KEYMAP $PRESEED_URL $INST_VIDEO -- quiet" |