Enable nfit modules in uki paths

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2025-05-27 16:21:44 +02:00
parent 917540d0a0
commit 00d9e81d9d
2 changed files with 6 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ func GenericKernelDrivers() []string {
"virtio_scsi",
"xhci_hcd",
"xhci_pci",
"nfit", // For http boot NFIT memory mapping
"libnvdimm", // For http boot NFIT memory mapping
"nd_pmem", // For http boot NFIT memory mapping
"dax_pmem", // For http boot NFIT memory mapping
}
}