Use the HFS file system driver utilized in Apple firmware

This commit is contained in:
Hoang Hong Quan
2024-11-16 03:47:31 +07:00
parent 23ea6bd207
commit 6289a82f01

View File

@@ -481,7 +481,7 @@ class ConfigProdigy:
def load_drivers(self):
uefi_drivers = []
for driver_path in ("OpenCanopy.efi", "OpenHfsPlus.efi", "OpenRuntime.efi", "ResetNvramEntry.efi"):
for driver_path in ("HfsPlus.efi", "OpenCanopy.efi", "OpenRuntime.efi", "ResetNvramEntry.efi"):
uefi_drivers.append({
"Arguments": "",
"Comment": "",