From df3387817119b907f82aacec5ba1789f1d0fcbe7 Mon Sep 17 00:00:00 2001 From: watermel0l Date: Sat, 12 Oct 2024 12:10:28 +0200 Subject: [PATCH] Update haswell.md Rewording for cohesive experience with ProperTree and the rest of the guide. --- config.plist/haswell.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.plist/haswell.md b/config.plist/haswell.md index ba2cc4bd7..0d801ee1d 100644 --- a/config.plist/haswell.md +++ b/config.plist/haswell.md @@ -525,9 +525,9 @@ System Integrity Protection bitmask Forcibly rewrites NVRAM variables, do note that `Add` **will not overwrite** values already present in NVRAM so values like `boot-args` should be left alone. For us, we'll be changing the following: -| Quirk | Enabled | +| Quirk | Value | | :--- | :--- | -| WriteFlash | YES | +| WriteFlash | True | ::: @@ -536,7 +536,7 @@ Forcibly rewrites NVRAM variables, do note that `Add` **will not overwrite** val * **LegacySchema** * Used for assigning NVRAM variables, used with `OpenVariableRuntimeDxe.efi`. Only needed for systems without native NVRAM -* **WriteFlash**: YES +* **WriteFlash**: True * Enables writing to flash memory for all added variables. :::