~ruther/guix-local

ed3485fa9c6c758bff1fb7391c8360c2c93e7337 — Danny Milosavljevic 8 years ago 3fb8e28
linux-initrd: Add isofs if necessary.

* gnu/system/linux-initrd.scm (base-initrd): Add isofs.
1 files changed, 3 insertions(+), 0 deletions(-)

M gnu/system/linux-initrd.scm
M gnu/system/linux-initrd.scm => gnu/system/linux-initrd.scm +3 -0
@@ 285,6 285,9 @@ loaded at boot time in the order in which they appear."
      ,@(if (find (file-system-type-predicate "btrfs") file-systems)
            '("btrfs")
            '())
      ,@(if (find (file-system-type-predicate "iso9660") file-systems)
            '("isofs")
            '())
      ,@(if volatile-root?
            '("fuse")
            '())