From 4e46efc0f1716171141e1b17b75b656a63079a11 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 4 Jan 2013 13:33:44 +0100 Subject: g-i: fix rescue tests --- bin/g-i-installation.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 39c5c302..2ba2095f 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -146,9 +146,6 @@ bootstrap_system() { *_sid_daily*) EXTRA_APPEND="mirror/suite=sid" ;; - *_dark_theme) - EXTRA_APPEND="theme=dark" - ;; *) ;; esac case $NAME in @@ -166,6 +163,12 @@ bootstrap_system() { ;; *) ;; esac + case $NAME in + *_dark_theme) + EXTRA_APPEND="$EXTRA_APPEND theme=dark" + ;; + *) ;; + esac APPEND="auto=true priority=critical $EXTRA_APPEND $INST_LOCALE $INST_KEYMAP $PRESEED_URL $INST_VIDEO -- quiet" show_preseed $(hostname -f)/$PRESEED_PATH/${NAME}_preseed.cfg echo @@ -640,7 +643,7 @@ esac # boot up installed system # case $NAME in - *rescue) # so there are some artifacts to publish + *_rescue*) # so there are some artifacts to publish mkdir -p $RESULTS/log/installer touch $RESULTS/log/dummy $RESULTS/log/installer/dummy ;; -- cgit v1.2.3-70-g09d2