Load ext2/ext3/ext on demand in the initrd
This commit is contained in:
parent
05d2d19311
commit
08f8d9507a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
system.fsPackages = [ pkgs.e2fsprogs ];
|
||||
|
||||
boot.initrd.kernelModules = [ "ext2" "ext3" "ext4" ];
|
||||
boot.initrd.availableKernelModules = [ "ext2" "ext3" "ext4" ];
|
||||
|
||||
boot.initrd.extraUtilsCommands =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue