Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update haswell.md #461

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config.plist/haswell.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,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 |

:::

Expand All @@ -534,7 +534,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.

:::
Expand Down