diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-05 00:44:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-05 00:44:14 +0100 |
commit | 64a7cc062ad132ff02c830f4696710e0c7003741 (patch) | |
tree | b0d681fa3e904c5cbe54d3c578dea5db11a4dd87 /bin | |
parent | 21d607e6b0526ff5a1aa34d9458b51a63fb014cb (diff) | |
download | jenkins.debian.net-64a7cc062ad132ff02c830f4696710e0c7003741.tar.xz |
g-i-i: edu minimal profile: login as jenkins
Diffstat (limited to 'bin')
-rw-r--r-- | bin/g-i-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 9cc17d42..2b14d03b 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -604,11 +604,11 @@ post_install_boot() { ;; 0220) ! $EDUTESTMODE || do_and_report key enter ;; - 0250) do_and_report type root + 0250) do_and_report type jenkins ;; 0260) do_and_report key enter ;; - 0270) do_and_report type r00tme + 0270) do_and_report type insecure ;; 0280) do_and_report key enter ;; |