diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 3 |
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 ;; |