xfs wants 'crc32c', to be able to mount anything
Like btrfs.
This commit is contained in:
parent
7ac425a22f
commit
8a7b44a5e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue