guix-commits
[Top][All Lists]
Advanced

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

04/05: vm: Disable initrd-time QEMU networking for VM images.


From: Ludovic Courtès
Subject: 04/05: vm: Disable initrd-time QEMU networking for VM images.
Date: Sat, 19 Nov 2016 17:46:47 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 6129dd8b5989f77b2976c68ecdf1f7dbfa63ec46
Author: Ludovic Courtès <address@hidden>
Date:   Sat Nov 19 18:34:54 2016 +0100

    vm: Disable initrd-time QEMU networking for VM images.
    
    Fixes <http://bugs.gnu.org/24943>.
    Reported by address@hidden
    
    * gnu/system/vm.scm (system-qemu-image)[initrd]: Remove
     #:qemu-networking? #t.
    (virtualized-operating-system): Likewise
---
 gnu/system/vm.scm |    2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 03f7d6c..1e680b8 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -317,7 +317,6 @@ of the GNU system as described by OS."
               (initrd (lambda (file-systems . rest)
                         (apply base-initrd file-systems
                                #:virtio? #t
-                               #:qemu-networking? #t
                                rest)))
 
               ;; Force our own root file system.
@@ -386,7 +385,6 @@ environment with the store shared with the host.  MAPPINGS 
is a list of
               (apply base-initrd file-systems
                      #:volatile-root? #t
                      #:virtio? #t
-                     #:qemu-networking? #t
                      rest)))
 
     ;; Disable swap.



reply via email to

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