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.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 503ed159..384c230a 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -135,6 +135,9 @@ bootstrap() {
sid-daily-lxde)
EXTRA_APPEND="desktop=lxde mirror/suite=sid"
;;
+ sid-daily-rescue)
+ EXTRA_APPEND="rescue/enable=true mirror/suite=sid"
+ ;;
*) echo "unsupported distro."
exit 1
;;