guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/11: system: vm: Remove -net user flag.


From: David Craven
Subject: 01/11: system: vm: Remove -net user flag.
Date: Tue, 6 Sep 2016 15:53:17 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit f2e7be4e29fb847207ebdc86023b9283700de42f
Author: David Craven <address@hidden>
Date:   Fri Aug 26 21:48:36 2016 +0200

    system: vm: Remove -net user flag.
    
    * gnu/system/vm.scm (common-qemu-options): Remove -net user flag.
---
 gnu/system/vm.scm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 4c53edc..03f7d6c 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 \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]