diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-10 19:43:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-10 19:43:02 +0100 |
commit | 7e380053f535afda18a5d2b00f3c8b5bfce1e45b (patch) | |
tree | edbc43f62e7f28c125e92ae5edbe49cdfc6e78a3 /bin | |
parent | c5c36bde5ab332880cc59c398e6e926cfe3800fe (diff) | |
download | jenkins.debian.net-7e380053f535afda18a5d2b00f3c8b5bfce1e45b.tar.xz |
go into rescue mode (coming in more languages soon) via d-i preseeding
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 ;; |