Skip to content

Commit

Permalink
qemu_guest_agent: fix installer installation failed issue
Browse files Browse the repository at this point in the history
Installation of installer would quit because virtio-net was
uninstalled and re-installed in the process which cause the
session was lost, and then autoit process would quit.
Then using other network type instead of virtio-net would work.

Signed-off-by: Xiaoling Gao <[email protected]>
  • Loading branch information
xiagao committed Sep 13, 2024
1 parent af63fc5 commit 0bb7a0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu/tests/cfg/qemu_guest_agent.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@
remove_image_image1 = yes
cd_format_fixed = ahci
drive_format_image1 = ahci
nic_model_nic1 = rtl8139
install_script_path = "WIN_UTILS:\install.au3"
repair_script_path = "WIN_UTILS:\repair.au3"
uninstall_script_path = "WIN_UTILS:\uninstall.au3"
Expand Down

0 comments on commit 0bb7a0f

Please sign in to comment.