Skip to content
Snippets Groups Projects
Commit e84d8b30 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

vm: Enable QEMU support in the freestanding VM image.

* gnu/system/vm.scm (system-qemu-image): Add 'initrd' field.
parent 3a100e79
No related branches found
No related tags found
No related merge requests found
......@@ -329,6 +329,11 @@ (define file-systems-to-keep
(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 "/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment