summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/g-i-installation.sh')
-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
;;