mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
linux-initrd: Add isofs if necessary.
* gnu/system/linux-initrd.scm (base-initrd): Add isofs.
This commit is contained in:
parent
3fb8e281b7
commit
ed3485fa9c
1 changed files with 3 additions and 0 deletions
|
@ -285,6 +285,9 @@ (define linux-modules
|
|||
,@(if (find (file-system-type-predicate "btrfs") file-systems)
|
||||
'("btrfs")
|
||||
'())
|
||||
,@(if (find (file-system-type-predicate "iso9660") file-systems)
|
||||
'("isofs")
|
||||
'())
|
||||
,@(if volatile-root?
|
||||
'("fuse")
|
||||
'())
|
||||
|
|
Loading…
Reference in a new issue