File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 boot . initrd . availableKernelModules = [
1616 "xhci_pci"
1717 "ahci"
18- "usb_storage "
18+ "usb-storage "
1919 "sd_mod"
2020 "rtsx_pci_sdmmc"
2121 ] ;
Original file line number Diff line number Diff line change 1313 "xhci_pci"
1414 "ahci"
1515 "nvme"
16- "usb_storage "
16+ "usb-storage "
1717 "sd_mod"
1818 "rtsx_pci_sdmmc"
1919 ] ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ lib.mkIf config.hardware.librem5.customInitrdModules {
1414 "tps6598x"
1515 "xhci_hcd"
1616 "usbcore"
17- "usb_storage "
17+ "usb-storage "
1818 "uas"
1919 "xhci_plat_hcd"
2020 ] ;
@@ -56,7 +56,7 @@ lib.mkIf config.hardware.librem5.customInitrdModules {
5656 "tps6598x"
5757 "xhci_hcd"
5858 "usbcore"
59- "usb_storage "
59+ "usb-storage "
6060 "uas"
6161 "xhci_plat_hcd"
6262 ] ;
Original file line number Diff line number Diff line change 99 kernelPackages = lib . mkDefault pkgs . linuxKernel . packages . linux_rpi3 ;
1010 initrd . availableKernelModules = [
1111 "usbhid"
12- "usb_storage "
12+ "usb-storage "
1313 ] ;
1414 } ;
1515
Original file line number Diff line number Diff line change 3131 kernelPackages = lib . mkDefault pkgs . linuxKernel . packages . linux_rpi4 ;
3232 initrd . availableKernelModules = [
3333 "usbhid"
34- "usb_storage "
34+ "usb-storage "
3535 "vc4"
36- "pcie_brcmstb " # required for the pcie bus to work
36+ "pcie-brcmstb " # required for the pcie bus to work
3737 "reset-raspberrypi" # required for vl805 firmware to load
3838 ]
3939 ++ lib . optional config . boot . initrd . network . enable "genet" ;
Original file line number Diff line number Diff line change 1616 initrd . availableKernelModules = [
1717 "nvme"
1818 "usbhid"
19- "usb_storage "
19+ "usb-storage "
2020 ] ;
2121 } ;
2222
You can’t perform that action at this time.
0 commit comments