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
This commit is contained in:
Ludovic Courtès 2016-11-19 18:34:54 +01:00
parent fac46e3f5e
commit 6129dd8b59
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -317,7 +317,6 @@ (define file-systems-to-keep
(initrd (lambda (file-systems . rest) (initrd (lambda (file-systems . rest)
(apply base-initrd file-systems (apply base-initrd file-systems
#:virtio? #t #:virtio? #t
#:qemu-networking? #t
rest))) rest)))
;; Force our own root file system. ;; Force our own root file system.
@ -386,7 +385,6 @@ (define user-file-systems
(apply base-initrd file-systems (apply base-initrd file-systems
#:volatile-root? #t #:volatile-root? #t
#:virtio? #t #:virtio? #t
#:qemu-networking? #t
rest))) rest)))
;; Disable swap. ;; Disable swap.