Omission in changing the value of UpdateSMBIOSMode during the previous update

This commit is contained in:
Hoang Hong Quan
2024-07-30 01:40:55 +07:00
parent 2e68d53188
commit d9cdf6291e
+1
View File
@@ -343,6 +343,7 @@ class ConfigProdigy:
if efi_option.get("Custom CPU Name"):
config["PlatformInfo"]["Generic"]["ProcessorType"] = 1537 if int(hardware["CPU Cores"]) < 8 else 3841
config["PlatformInfo"]["Generic"]["ROM"] = self.utils.hex_to_bytes(config["PlatformInfo"]["Generic"]["ROM"])
config["PlatformInfo"]["UpdateSMBIOSMode"] = "Custom"
config["UEFI"]["APFS"]["MinDate"] = config["UEFI"]["APFS"]["MinVersion"] = -1
config["UEFI"]["Drivers"] = self.load_drivers()