~ruther/guix-local

6129dd8b5989f77b2976c68ecdf1f7dbfa63ec46 — Ludovic Courtès 9 years ago fac46e3
vm: Disable initrd-time QEMU networking for VM images.

Fixes <http://bugs.gnu.org/24943>.
Reported by dian_cecht@zoho.com.

* gnu/system/vm.scm (system-qemu-image)[initrd]: Remove
 #:qemu-networking? #t.
(virtualized-operating-system): Likewise
1 files changed, 0 insertions(+), 2 deletions(-)

M gnu/system/vm.scm
M gnu/system/vm.scm => gnu/system/vm.scm +0 -2
@@ 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.