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

linux-initrd: Add the 'virtio_console' module for QEMU guests.

* gnu/system/linux-initrd.scm (base-initrd)[virtio-modules]: Add
  "virtio_console".
parent c3ea85d1
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,8 @@ (define* (base-initrd file-systems ...@@ -166,7 +166,8 @@ (define* (base-initrd file-systems
loaded at boot time in the order in which they appear." loaded at boot time in the order in which they appear."
(define virtio-modules (define virtio-modules
;; Modules for Linux para-virtualized devices, for use in QEMU guests. ;; Modules for Linux para-virtualized devices, for use in QEMU guests.
'("virtio_pci" "virtio_balloon" "virtio_blk" "virtio_net")) '("virtio_pci" "virtio_balloon" "virtio_blk" "virtio_net"
"virtio_console"))
(define cifs-modules (define cifs-modules
;; Modules needed to mount CIFS file systems. ;; Modules needed to mount CIFS file systems.
......
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