diff options
| author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-10-12 09:35:40 (GMT) |
|---|---|---|
| committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-10-12 09:35:40 (GMT) |
| commit | 40cb56b901e729094ecd74bd372a80ecda43049b (patch) | |
| tree | 32567d05f45d8767553c6fd69b19631dfd97254d | |
| parent | 7077f969e6f82c37ebc7cb869be24a2dfb19d254 (diff) | |
qemu: Fix reboot in user/password login mode
We need to set up the ttyS1 root shell after reboot as well.
| -rwxr-xr-x | virt/autopkgtest-virt-qemu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virt/autopkgtest-virt-qemu b/virt/autopkgtest-virt-qemu index 45989f3..cdae1de 100755 --- a/virt/autopkgtest-virt-qemu +++ b/virt/autopkgtest-virt-qemu @@ -617,6 +617,7 @@ def hook_wait_reboot(): shareddir = os.path.join(workdir, 'shared') os.unlink(os.path.join(shareddir, 'done_shared')) wait_boot() + setup_shell() setup_shared(shareddir) setup_baseimage() |
