guix-commits
[Top][All Lists]
Advanced

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

01/04: doc: 'base-initrd' has #:virtio? default to #t.


From: Ludovic Courtès
Subject: 01/04: doc: 'base-initrd' has #:virtio? default to #t.
Date: Sun, 24 Jan 2016 23:11:31 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9059b97dc351f7dff3387f8dff1357c4ddfa2db8
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 22 09:23:39 2016 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index fce411c..bd0a241 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



reply via email to

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