Update OpenCore to 0.7.0

Changed default SIP mode to allow macOS system updates (recommend "csrutil enable --no-internal" from Recovery terminal for existing installs)
Algrey topology patch replaced by new ProvideCurrentCpuInfo quirk
+invtsc CPU flag no longer required
This commit is contained in:
Nicholas Sherlock
2021-06-09 15:00:47 +12:00
parent ad68dac32a
commit 1241cfd4e8
9 changed files with 62 additions and 84 deletions

View File

@@ -63,7 +63,7 @@ OpenCore-$(RELEASE_VERSION).iso : OpenCore-$(RELEASE_VERSION).dmg
OpenCoreEFIFolder-$(RELEASE_VERSION).zip : Makefile $(EFI_FILES)
rm -f $@
zip -r $@ EFI
zip -X -r $@ EFI
%.gz : %
gzip -f --keep $<