mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
fac46e3f5e
commit
6129dd8b59
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue