hosts/VEGAS: load dm-raid1
This commit is contained in:
parent
9a6ad0b080
commit
70dcacf828
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ahci" ];
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
||||
boot.initrd.kernelModules = [ "dm-snapshot" "dm-raid1" ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue