summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-08-26 21:48:36 +0200
committerDavid Craven <david@craven.ch>2016-09-06 17:48:59 +0200
commitf2e7be4e29fb847207ebdc86023b9283700de42f (patch)
tree2619d4497baf54e132bfbdb75d13d5ca7144c5b8 /gnu/system
parent5e814f63a41390868ed36ce4e8380334f5537921 (diff)
downloadpatches-f2e7be4e29fb847207ebdc86023b9283700de42f.tar
patches-f2e7be4e29fb847207ebdc86023b9283700de42f.tar.gz
system: vm: Remove -net user flag.
* gnu/system/vm.scm (common-qemu-options): Remove -net user flag.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/vm.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 4c53edc0cf..03f7d6c913 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -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 \