xfs wants 'crc32c', to be able to mount anything
Like btrfs.
This commit is contained in:
parent
7ac425a22f
commit
8a7b44a5e7
@ -13,7 +13,7 @@ in
|
|||||||
|
|
||||||
system.fsPackages = [ pkgs.xfsprogs ];
|
system.fsPackages = [ pkgs.xfsprogs ];
|
||||||
|
|
||||||
boot.initrd.kernelModules = mkIf inInitrd [ "xfs" ];
|
boot.initrd.kernelModules = mkIf inInitrd [ "xfs" "crc32c" ];
|
||||||
|
|
||||||
boot.initrd.extraUtilsCommands = mkIf inInitrd
|
boot.initrd.extraUtilsCommands = mkIf inInitrd
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user