From 8cd59fec2c7d585479089ec11e12d9a197b7947b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 4 Jan 2013 01:59:43 +0100 Subject: add job for theme=dark --- bin/g-i-installation.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 335118f9..c9f3bc14 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -149,16 +149,16 @@ bootstrap_system() { *) ;; esac case $NAME in - debian_*xfce) + debian_*_xfce) EXTRA_APPEND="$EXTRA_APPEND desktop=xfce" ;; - debian_*lxde) + debian_*_lxde) EXTRA_APPEND="$EXTRA_APPEND desktop=lxde" ;; - debian_*kde) + debian_*_kde) EXTRA_APPEND="$EXTRA_APPEND desktop=kde" ;; - debian_*rescue) + debian_*_rescue*) EXTRA_APPEND="$EXTRA_APPEND rescue/enable=true" ;; *) ;; @@ -628,7 +628,7 @@ NR=0 bootstrap_system set +x case $NAME in - *rescue) monitor_system rescue + *_rescue*) monitor_system rescue ;; *) monitor_system install wait4match ;; -- cgit v1.2.3-70-g09d2