mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
Load ext2/ext3/ext on demand in the initrd
This commit is contained in:
parent
05d2d19311
commit
08f8d9507a
@ -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 New Issue
Block a user