From 8a7b44a5e79ec497007261945ab429466ced8f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 27 Feb 2013 22:22:12 +0100 Subject: [PATCH] xfs wants 'crc32c', to be able to mount anything Like btrfs. --- modules/tasks/filesystems/xfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tasks/filesystems/xfs.nix b/modules/tasks/filesystems/xfs.nix index fbc0fe5ccb1..5f9eb741c2a 100644 --- a/modules/tasks/filesystems/xfs.nix +++ b/modules/tasks/filesystems/xfs.nix @@ -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 ''