summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/system/vm.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index 50f7e6f692..a90b24305d 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -329,6 +329,11 @@ of the GNU system as described by OS."
(operating-system-file-systems os)))
(let ((os (operating-system (inherit os)
+ ;; Use an initrd with the whole QEMU shebang.
+ (initrd (cut base-initrd <>
+ #:virtio? #t
+ #:qemu-networking? #t))
+
;; Force our own root file system.
(file-systems (cons (file-system
(mount-point "/")