diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-04 19:37:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-04 19:37:40 +0200 |
commit | 01a76b8a181d91dd1d0abd01516d64322f95d9f0 (patch) | |
tree | 2ef981d3134ed6e9090e6fb54cd61038eb1e4c4f /bin | |
parent | 73da20ffb09c9045f09ca1d80c8047f07fdae9fd (diff) | |
download | jenkins.debian.net-01a76b8a181d91dd1d0abd01516d64322f95d9f0.tar.xz |
g-i: no need to start a webbrowser in standalone mode, it's automatically started on first login
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 01f51149..e253086c 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -976,11 +976,7 @@ post_install_boot() { ;; 0300) do_and_report key enter ;; - 0350) do_and_report key alt-f2 - ;; - 0410) do_and_report type "iceweasel" - ;; - 0420) do_and_report key space + 0350) do_and_report key ctrl-l ;; 0430) do_and_report type "www" ;; |