xfs wants 'crc32c', to be able to mount anything

Like btrfs.
This commit is contained in:
Lluís Batlle i Rossell 2013-02-27 22:22:12 +01:00
parent 7ac425a22f
commit 8a7b44a5e7

View file

@ -13,7 +13,7 @@ in
system.fsPackages = [ pkgs.xfsprogs ];
boot.initrd.kernelModules = mkIf inInitrd [ "xfs" ];
boot.initrd.kernelModules = mkIf inInitrd [ "xfs" "crc32c" ];
boot.initrd.extraUtilsCommands = mkIf inInitrd
''