mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-16 12:04:11 -05:00
add zfs support to wce overseer boot params
This commit is contained in:
parent
8714f0329f
commit
2a219611b6
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
];
|
||||
|
||||
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = [];
|
||||
boot.extraModulePackages = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue