Load ext2/ext3/ext on demand in the initrd

This commit is contained in:
Eelco Dolstra 2013-10-09 19:11:58 +02:00
parent 05d2d19311
commit 08f8d9507a

View file

@ -5,7 +5,7 @@
system.fsPackages = [ pkgs.e2fsprogs ];
boot.initrd.kernelModules = [ "ext2" "ext3" "ext4" ];
boot.initrd.availableKernelModules = [ "ext2" "ext3" "ext4" ];
boot.initrd.extraUtilsCommands =
''