Skip to content
Snippets Groups Projects
Unverified Commit f2e7be4e authored by David Craven's avatar David Craven
Browse files

system: vm: Remove -net user flag.

* gnu/system/vm.scm (common-qemu-options): Remove -net user flag.
parent 5e814f63
No related branches found
No related tags found
No related merge requests found
......@@ -450,7 +450,6 @@ (define (virtfs-option fs)
"")
" -no-reboot -net nic,model=virtio \
" #$@(map virtfs-option shared-fs) " \
-net user \
-vga std \
-drive file=" #$image
",if=virtio,cache=writeback,werror=report,readonly \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment