summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-10 19:43:02 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-10 19:43:02 +0100
commit7e380053f535afda18a5d2b00f3c8b5bfce1e45b (patch)
treeedbc43f62e7f28c125e92ae5edbe49cdfc6e78a3 /bin
parentc5c36bde5ab332880cc59c398e6e926cfe3800fe (diff)
downloadjenkins.debian.net-7e380053f535afda18a5d2b00f3c8b5bfce1e45b.tar.xz
go into rescue mode (coming in more languages soon) via d-i preseeding
Diffstat (limited to 'bin')
-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
;;