Merge pull request #1667 from concatime/feat/add-genet-module-to-initrd-if-netboot

raspberry-pi/4: add genet module to initrd if netboot
This commit is contained in:
Jörg Thalheim 2025-11-06 11:04:33 +00:00 committed by GitHub
commit bd47664211
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,8 @@
"vc4"
"pcie_brcmstb" # required for the pcie bus to work
"reset-raspberrypi" # required for vl805 firmware to load
];
]
++ lib.optional config.boot.initrd.network.enable "genet";
# Allow building kernel
initrd.systemd.tpm2.enable = false;