Enable PanicNoKextDump by default

This commit is contained in:
Mykola Grymalyuk
2021-05-14 18:14:16 -06:00
parent 68f82e1993
commit 00c89089c3
4 changed files with 6 additions and 6 deletions

View File

@@ -495,7 +495,6 @@ class BuildOpenCore:
# DEBUG Settings
if self.constants.verbose_debug is True:
print("- Enabling Verbose boot")
self.config["Kernel"]["Quirks"]["PanicNoKextDump"] = True
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " -v debug=0x100"
if self.constants.kext_debug is True:
print("- Enabling DEBUG Kexts")