summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-01-04 01:59:43 +0100
committerHolger Levsen <holger@layer-acht.org>2013-01-04 01:59:43 +0100
commit8cd59fec2c7d585479089ec11e12d9a197b7947b (patch)
tree5bf93b175f703d389f0afad2c6b12cd1fbe9bd28 /bin
parent91f52c17311e9cc58a17601484bbbc49c72b46f6 (diff)
downloadjenkins.debian.net-8cd59fec2c7d585479089ec11e12d9a197b7947b.tar.xz
add job for theme=dark
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh10
1 files changed, 5 insertions, 5 deletions
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
;;