Add NVRAM WriteFlash setting for degarded systems

Closes https://github.com/dortania/OpenCore-Legacy-Patcher/issues/831
This commit is contained in:
Mykola Grymalyuk
2021-12-24 09:37:09 -07:00
parent 9b5d25b2be
commit 5ff1110e90
4 changed files with 32 additions and 2 deletions

View File

@@ -106,8 +106,9 @@ class Constants:
## OpenCore Settings
self.opencore_debug = False
self.opencore_build = "RELEASE"
self.showpicker = True # Show or Hide OpenCore's Boot Picker
self.boot_efi = False # Use EFI/BOOT/BOOTx64.efi bootstrap
self.showpicker = True # Show or Hide OpenCore's Boot Picker
self.boot_efi = False # Use EFI/BOOT/BOOTx64.efi bootstrap
self.nvram_write = True # Write to hardware NVRAM
## Kext Settings
self.kext_debug = False # Enables Lilu debug and DebugEnhancer