mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
linux-initrd: Add the 'virtio_console' module for QEMU guests.
* gnu/system/linux-initrd.scm (base-initrd)[virtio-modules]: Add "virtio_console".
This commit is contained in:
parent
c3ea85d110
commit
a182e94e25
1 changed files with 2 additions and 1 deletions
|
@ -166,7 +166,8 @@ (define* (base-initrd file-systems
|
|||
loaded at boot time in the order in which they appear."
|
||||
(define virtio-modules
|
||||
;; 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
|
||||
;; Modules needed to mount CIFS file systems.
|
||||
|
|
Loading…
Reference in a new issue