diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-25 13:49:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-25 13:49:50 +0200 |
commit | c74f64bc5d4a7b56f024e5c73c5c5c82aa6c2d15 (patch) | |
tree | 7222d1b984b7b6d9b7f6737708f6861c579d045f /bin | |
parent | 37ad19c924f157f508c1128032e7d15cb913987a (diff) | |
download | jenkins.debian.net-c74f64bc5d4a7b56f024e5c73c5c5c82aa6c2d15.tar.xz |
g-i: ack on using the gnome panel for the first time... (only needed for jessie, but should be a no-op on wheezy)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index a4143deb..a8bd8605 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -496,6 +496,10 @@ post_install_boot() { esac ;; *gnome) case $TOKEN in + 0150) do_and_report key tab + ;; + 0170) do_and_report key enter + ;; 0200) do_and_report key alt-f2 ;; 0210) do_and_report type "iceweasel" |