summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-01-22 09:23:39 +0100
committerLudovic Courtès <ludo@gnu.org>2016-01-25 00:11:22 +0100
commit9059b97dc351f7dff3387f8dff1357c4ddfa2db8 (patch)
treea176056edf5000bb86cc677a4b7a7d3184375924 /doc
parentbcadaf00504ef467319475756a1c0516f600bf11 (diff)
downloadpatches-9059b97dc351f7dff3387f8dff1357c4ddfa2db8.tar
patches-9059b97dc351f7dff3387f8dff1357c4ddfa2db8.tar.gz
doc: 'base-initrd' has #:virtio? default to #t.
This is a followup to e26d507. * doc/guix.texi (Initial RAM Disk): #:virtio? defaults to #t.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index fce411c61c..bd0a241d81 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