system: vm: Remove -net user flag.

* gnu/system/vm.scm (common-qemu-options): Remove -net user flag.
master
David Craven 2016-08-26 21:48:36 +02:00
parent 5e814f63a4
commit f2e7be4e29
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 0 additions and 1 deletions

View File

@ -450,7 +450,6 @@ with '-virtfs' options for the host file systems listed in SHARED-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 \