boot: add explicit support for btrfs on boot
nix calculates this dynamically, looking at the fileSystem declarations. this would fail if one converts a file system after generating the image. so let's be explicit in what we want to support.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
{
|
{
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "sdhci_pci" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "sd_mod" "sdhci_pci" ];
|
||||||
boot.initrd.kernelModules = [ ];
|
boot.initrd.kernelModules = [ ];
|
||||||
|
boot.initrd.supportedFilesystems = [ "ext4" "btrfs" "ext2" "ext3" "vfat" ];
|
||||||
# find more of these with sensors-detect
|
# find more of these with sensors-detect
|
||||||
boot.kernelModules = [
|
boot.kernelModules = [
|
||||||
"coretemp"
|
"coretemp"
|
||||||
|
Reference in New Issue
Block a user