diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 817e0c31..924bc8c5 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -270,7 +270,7 @@ backup_screenshot() { do_and_report() { vncdo -s $DISPLAY $1 "$2" - echo "At $NR sending $1 $2" + echo "At $NR (token: $TOKEN) sending $1 $2" backup_screenshot } @@ -488,9 +488,7 @@ post_install_boot() { esac ;; *gnome) case $TOKEN in - 0150) do_and_report key tab - ;; - 0170) do_and_report key enter + 0150) vncdo move 530 420 click 1 ;; 0200) do_and_report key alt-f2 ;; |