From c045855381344497c15b56e201adcfc4b540682b Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Tue, 31 Mar 2020 13:39:11 -0500 Subject: [PATCH] Setting AuthRestart to false to solve FileVault double authentication, see issue #24 --- EFI-OpenCore/EFI/OC/config.plist | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/EFI-OpenCore/EFI/OC/config.plist b/EFI-OpenCore/EFI/OC/config.plist index cf74eb8..fba366d 100755 --- a/EFI-OpenCore/EFI/OC/config.plist +++ b/EFI-OpenCore/EFI/OC/config.plist @@ -1476,7 +1476,7 @@ AllowSetDefault AuthRestart - + ExposeSensitiveData 6 HaltLevel diff --git a/README.md b/README.md index 749b71d..5b1e06e 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,11 @@ Xcode works fine, but I prefer [PlistEdit Pro](https://www.fatcatsoftware.com/p Explore links included this README, especially those in references and other x1c6-hackintosh repos. Once you are ready, follow the series of README files included `docs/`. -**1_README-HARDWAREandBIOS**: Requirements before starting. -**2_README-installMEDIA**: Creating the macOS install drive. -**3_README-POSTinstallation**: Settings and tweaks post installation. -**4_README-ACPIpatching**: The hardest and most time consuming part, patching the system ACPI table for battery status, brightness, sleep, thunderbolt, thunderbolt hotplugging, etc... -**5_README-other.md**: for other notices +[**1_README-HARDWAREandBIOS**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/1_README-HARDWAREandBIOS.md): Requirements before starting. +[**2_README-installMEDIA**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/2_README-installMEDIA.md): Creating the macOS install drive. +[**3_README-POSTinstallation**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/3_README-POSTinstallation.md): Settings and tweaks post installation. +[**4_README-ACPIpatching**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/4_README-ACPIpatching.md): The hardest and most time consuming part, patching the system ACPI table for battery status, brightness, sleep, thunderbolt, thunderbolt hotplugging, etc... +[**5_README-other.md**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/5_README-other.md): for other notices * While you can plug-and-play most of my hotpatches if you have an x1c6, I still suggest that you dump and disassemble your own DSDT. This is imprortant as your DSDT maybe different from mine. And furthermore, you get to learn more about what's actually going on.