guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 01/02: linux-initrd: Add the 'virtio_console' module for QEMU guests.
Date: Mon, 08 Dec 2014 22:29:31 +0000

civodul pushed a commit to branch master
in repository guix.

commit a182e94e2535e13f8c18132ec461f5c8abd3e003
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 8 23:06:57 2014 +0100

    linux-initrd: Add the 'virtio_console' module for QEMU guests.
    
    * gnu/system/linux-initrd.scm (base-initrd)[virtio-modules]: Add
      "virtio_console".
---
 gnu/system/linux-initrd.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm
index 27e3f19..ee6ce48 100644
--- a/gnu/system/linux-initrd.scm
+++ b/gnu/system/linux-initrd.scm
@@ -166,7 +166,8 @@ modules can be listed in EXTRA-MODULES.  They will be added 
to the initrd, and
 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]