kvm : suppression option réseau

This commit is contained in:
Ahurac 2024-03-08 23:47:02 +01:00
parent 7e1fbdae54
commit c7142146c6

View file

@ -26,7 +26,6 @@ command = [
'-M', 'q35', '-M', 'q35',
'-cpu', 'host', '-smp', nproc, '-cpu', 'host', '-smp', nproc,
'-m', ram, '-m', ram,
'-net', 'nic'
] + argv[1:] ] + argv[1:]
# Print the final command and replace the main process with it # Print the final command and replace the main process with it