guix-commits
[Top][All Lists]
Advanced

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

01/02: doc: Update initrd section to refer to the right Guile variable.


From: guix-commits
Subject: 01/02: doc: Update initrd section to refer to the right Guile variable.
Date: Sat, 2 May 2020 07:00:47 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a2522c5da3a71a634a55e5d77df3cf585784676f
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 1 22:34:22 2020 +0200

    doc: Update initrd section to refer to the right Guile variable.
    
    This is a follow-up to commit 57833803b446484b6f413fb883b2156933c38639.
    
    * doc/guix.texi (Initial RAM Disk): Refer to "%guile-3.0-static-stripped"
    instead of "%guile-static-stripped".
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 26b4652..a51c65f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -26378,7 +26378,7 @@ program.  That gives a lot of flexibility.  The
 program to run in that initrd.
 
 @deffn {Scheme Procedure} expression->initrd @var{exp} @
-       [#:guile %guile-static-stripped] [#:name "guile-initrd"]
+       [#:guile %guile-3.0-static-stripped] [#:name "guile-initrd"]
 Return as a file-like object a Linux initrd (a gzipped cpio archive)
 containing @var{guile} and that evaluates @var{exp}, a G-expression,
 upon booting.  All the derivations referenced by @var{exp} are



reply via email to

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