You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We'll allow it, because maybe we're tesing what happens without networking, but the NIC exists. Or the user has some creative iptables/nftables forwarding.
97
+
# We'll allow it, because maybe we're tesing what happens without networking, but the NIC exists.
98
+
# Or the user has some creative iptables/nftables forwarding.
98
99
print(orange('--tap does not have a master, consider adding --bridge or manual set a master using ip-link(8).'))
99
100
100
101
ifargs.tapisNoneandargs.bridge:
@@ -455,9 +456,9 @@ def setup_disks():
455
456
# qemu += f' -device scsi-hd,drive=hdd{index},bus=scsi{index}.0,id=scsi{index}.0,bootindex={hdd_boot_priority+index}'
456
457
# qemu += f' -drive file={hdd},if=none,format=qcow2,discard=unmap,aio=native,cache=none,id=hdd{index}'
0 commit comments