From 86b258417d5f6b66c43297e70768f7e57e3622f8 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 31 Jan 2013 00:09:13 +0100 Subject: Do not set priority=critical for Debian Edu. --- bin/g-i-installation.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index ee222b6c..536350b7 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -176,7 +176,16 @@ bootstrap_system() { ;; *) ;; esac - APPEND="auto=true priority=critical $EXTRA_APPEND $INST_LOCALE $INST_KEYMAP $PRESEED_URL $INST_VIDEO -- quiet" + case $NAME in + debian-edu_*) + # Debian Edu and tasksel do not work the expected way + # with priority=critical, so do not set it. + ;; + *) + EXTRA_APPEND="$EXTRA_APPEND priority=critical" + ;; + esac + APPEND="auto=true $EXTRA_APPEND $INST_LOCALE $INST_KEYMAP $PRESEED_URL $INST_VIDEO -- quiet" show_preseed $(hostname -f)/$PRESEED_PATH/${NAME}_preseed.cfg echo echo "Starting QEMU now:" -- cgit v1.2.3-70-g09d2