Commit 08f8d950 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

Load ext2/ext3/ext on demand in the initrd

parent 05d2d193
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

    system.fsPackages = [ pkgs.e2fsprogs ];

    boot.initrd.kernelModules = [ "ext2" "ext3" "ext4" ];
    boot.initrd.availableKernelModules = [ "ext2" "ext3" "ext4" ];

    boot.initrd.extraUtilsCommands =
      ''