diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-04 19:47:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-04 19:47:00 +0200 |
commit | 021b9be6f4f3517fb69c54455d05d4c9006f190b (patch) | |
tree | e891175686b5b4b727b072c106125a4fc1aba492 /bin/g-i-installation.sh | |
parent | 01a76b8a181d91dd1d0abd01516d64322f95d9f0 (diff) | |
download | jenkins.debian.net-021b9be6f4f3517fb69c54455d05d4c9006f190b.tar.xz |
g-i edu minimal install: login as root
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-x | bin/g-i-installation.sh | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index e253086c..e1a73fc0 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -714,11 +714,11 @@ post_install_boot() { ;; 0220) ! $EDUTESTMODE || do_and_report key enter ;; - 0250) do_and_report type jenkins + 0250) do_and_report type root ;; 0260) do_and_report key enter ;; - 0270) do_and_report type insecure + 0270) do_and_report type r00t ;; 0280) do_and_report key enter ;; @@ -742,17 +742,13 @@ post_install_boot() { ;; 0400) do_and_report key enter ;; - 0420) do_and_report type "su" + 0420) do_and_report type "id" ;; 0430) do_and_report key enter ;; - 0440) do_and_report type r00tme + 0450) do_and_report type poweroff ;; - 0450) do_and_report key enter - ;; - 0460) do_and_report type poweroff - ;; - 0470) do_and_report key enter + 0460) do_and_report key enter ;; *) ;; esac |