diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-05-02 13:35:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-05-02 13:35:15 +0200 |
commit | a3d0326224c8c9f2090d84c15df362f8366cb705 (patch) | |
tree | eeea5ad0a96a6f79d7683ca0afb09669f203b6df | |
parent | 213bc4120dc813eccdc5e94a1e212086673f1282 (diff) | |
download | jenkins.debian.net-a3d0326224c8c9f2090d84c15df362f8366cb705.tar.xz |
g-i edu: login as root when using the minimal profile
-rwxr-xr-x | 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 dafd99f3..59d20f77 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -548,11 +548,11 @@ post_install_boot() { ;; 0040) $EDUTESTMODE && do_and_report key enter ;; - 0050) do_and_report type jenkins + 0050) do_and_report type root ;; 0060) do_and_report key enter ;; - 0070) do_and_report type insecure + 0070) do_and_report type r00tme ;; 0080) do_and_report key enter ;; |