Add apfs_aligned.efi driver

This commit is contained in:
Jazzzny
2025-06-30 08:28:16 -04:00
parent 90412f1354
commit 9be3dc8d58
5 changed files with 25 additions and 0 deletions

View File

@@ -322,6 +322,10 @@ class Constants:
return self.payload_path / Path("ACPI/SSDT-DGPU.aml")
# Drivers
@property
def sequoia_apfs_driver_path(self):
return self.payload_path / Path("Drivers/apfs_aligned.efi")
@property
def nvme_driver_path(self):
return self.payload_path / Path("Drivers/NvmExpressDxe.efi")