mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
doc: Remove ".ko" extension in 'base-initrd' example.
Reported by Marek Benc. * doc/guix.texi (Initial RAM Disk): Remove ".ko" from the 'base-initrd' example. Add a comment.
This commit is contained in:
parent
46b23e1a43
commit
027981d6d7
1 changed files with 4 additions and 1 deletions
|
@ -4822,8 +4822,11 @@ system declaration like this:
|
|||
|
||||
@example
|
||||
(initrd (lambda (file-systems . rest)
|
||||
;; Create a standard initrd that has modules "foo.ko"
|
||||
;; and "bar.ko", as well as their dependencies, in
|
||||
;; addition to the modules available by default.
|
||||
(apply base-initrd file-systems
|
||||
#:extra-modules '("my.ko" "modules.ko")
|
||||
#:extra-modules '("foo" "bar")
|
||||
rest)))
|
||||
@end example
|
||||
|
||||
|
|
Loading…
Reference in a new issue