installation: make sure target host is actually down

This commit is contained in:
Jörg Thalheim
2025-08-15 12:42:13 +02:00
parent ef56258e8b
commit e9401177b7

View File

@@ -241,7 +241,7 @@
target.shutdown()
except BrokenPipeError:
# qemu has already exited
pass
target.connected = False
# Create a new machine instance that boots from the installed system
installed_machine = create_test_machine(target, "${pkgs.qemu_test}", name="after_install")