mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
linux-initrd: Remove #:to-copy argument of 'expression->initrd'.
* gnu/system/linux-initrd.scm (expression->initrd): Remove #:to-copy parameter. Remove 'graph-files', and adjust #:references-graphs arguments to just list INIT. (base-initrd): Remove #:to-copy argument. * doc/guix.texi (Initial RAM Disk): Adjust accordingly.
This commit is contained in:
+5
-5
@@ -3616,16 +3616,16 @@ program to run in that initrd.
|
||||
|
||||
@deffn {Monadic Procedure} expression->initrd @var{exp} @
|
||||
[#:guile %guile-static-stripped] [#:name "guile-initrd"] @
|
||||
[#:modules '()] [#:to-copy '()] [#:linux #f] @
|
||||
[#:modules '()] [#:linux #f] @
|
||||
[#:linux-modules '()]
|
||||
Return a derivation that builds a Linux initrd (a gzipped cpio archive)
|
||||
containing @var{guile} and that evaluates @var{exp}, a G-expression,
|
||||
upon booting.
|
||||
upon booting. All the derivations referenced by @var{exp} are
|
||||
automatically copied to the initrd.
|
||||
|
||||
@var{linux-modules} is a list of @file{.ko} file names to be copied from
|
||||
@var{linux} into the initrd. @var{to-copy} is a list of additional
|
||||
derivations or packages to copy to the initrd. @var{modules} is a list
|
||||
of Guile module names to be embedded in the initrd.
|
||||
@var{linux} into the initrd. @var{modules} is a list of Guile module
|
||||
names to be embedded in the initrd.
|
||||
@end deffn
|
||||
|
||||
@node Invoking guix system
|
||||
|
||||
Reference in New Issue
Block a user