From 9059b97dc351f7dff3387f8dff1357c4ddfa2db8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= <ludo@gnu.org>
Date: Fri, 22 Jan 2016 09:23:39 +0100
Subject: [PATCH] doc: 'base-initrd' has #:virtio? default to #t.

This is a followup to e26d507.

* doc/guix.texi (Initial RAM Disk): #:virtio? defaults to #t.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index fce411c61cc..bd0a241d81f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8977,7 +8977,7 @@ Now that you know all the features that initial RAM disks produced by
 further.
 
 @deffn {Monadic Procedure} base-initrd @var{file-systems} @
-       [#:qemu-networking? #f] [#:virtio? #f] [#:volatile-root? #f] @
+       [#:qemu-networking? #f] [#:virtio? #t] [#:volatile-root? #f] @
        [#:extra-modules '()] [#:mapped-devices '()]
 Return a monadic derivation that builds a generic initrd.  @var{file-systems} is
 a list of file-systems to be mounted by the initrd, possibly in addition to
-- 
GitLab