diff options
| author | David Craven <david@craven.ch> | 2016-08-26 21:48:36 +0200 |
|---|---|---|
| committer | David Craven <david@craven.ch> | 2016-09-06 17:48:59 +0200 |
| commit | f2e7be4e29fb847207ebdc86023b9283700de42f (patch) | |
| tree | 2619d4497baf54e132bfbdb75d13d5ca7144c5b8 /gnu | |
| parent | 5e814f63a41390868ed36ce4e8380334f5537921 (diff) | |
system: vm: Remove -net user flag.
* gnu/system/vm.scm (common-qemu-options): Remove -net user flag.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/system/vm.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 4c53edc0cf5..03f7d6c9130 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." | |||
| 450 | "") | 450 | "") |
| 451 | " -no-reboot -net nic,model=virtio \ | 451 | " -no-reboot -net nic,model=virtio \ |
| 452 | " #$@(map virtfs-option shared-fs) " \ | 452 | " #$@(map virtfs-option shared-fs) " \ |
| 453 | -net user \ | ||
| 454 | -vga std \ | 453 | -vga std \ |
| 455 | -drive file=" #$image | 454 | -drive file=" #$image |
| 456 | ",if=virtio,cache=writeback,werror=report,readonly \ | 455 | ",if=virtio,cache=writeback,werror=report,readonly \ |
