Skip to content

Commit 9c82b76

Browse files
committed
More minor README updates
1 parent 5bd9ee1 commit 9c82b76

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55
## Purpose
66

7-
Can be used as a stand-alone bootable image (e.g. on a USB stick), or as a tool from UEFI Shell or Open Core bootloader.
7+
Can be used as a stand-alone bootable image (e.g. on a USB stick), or as a tool from UEFI Shell or OpenCore bootloader.
88

99
The idea is to let you quickly set some useful nvram values which would normally require booting all the way into macOS recovery.
1010

1111
Features:
1212

13-
- You can very quickly do the equivalent of `csrutil enable/disable` (Big Sur or Catalina settings).
13+
- You can very quickly do the equivalent of `csrutil enable/disable` (Big Sur or Catalina settings)
1414

15-
- You can quickly set `nvram boot-args="-no_compat_check"` (may be the only setting you need, after [installation](...), to run Big Sur on an only slightly incompatible mac).
15+
- You can quickly set `nvram boot-args="-no_compat_check"`; which may be the only setting you need, after [installation](...), to run Big Sur on an only slightly incompatible Mac
1616

17-
- You can quickly set/clear `StartupMute` (which doesn't require Recovery mode to set normally; I just found it useful to add it here).
17+
- You can quickly set/clear `StartupMute` - this doesn't require Recovery mode to set normally; I just found it useful to add it here
1818

19-
- There is also a basic - but hopefully useful - ability to list and view the value of every variable stored in your Mac's nvram.
19+
- There is also a basic - but hopefully useful - ability to list and view the value of every variable stored in your Mac's nvram
2020

2121
## Usage
2222

@@ -36,7 +36,7 @@ If you find the tool really useful, you could consider making a tiny (e.g. 20MB)
3636

3737
### Advanced
3838

39-
To use as an OpenCore tool, copy `EFI\BOOT\BootHelper.efi` into the `EFI\OC\Tools` of an existing Open Core boot disk, and then configure this as a tool in the `Tools` section of `EFI\OC\config.plist` (following the pattern of any existing tools in there).
39+
To use as an OpenCore tool, copy `EFI\BOOT\BootHelper.efi` into the `EFI\OC\Tools` of an existing OpenCore boot disk, and then configure this as a tool in the `Tools` section of `EFI\OC\config.plist` (following the pattern of any existing tools in there).
4040

4141
`BootHelper.efi` can also be run from OpenCore Open Shell or any other UEFI Shell, if you already have one configured.
4242

@@ -52,6 +52,6 @@ At some point I'm hoping to move the project to a more standard EDK 2 set up, at
5252

5353
## Credits
5454

55-
An early version was inspired by, and based on, Barry K. Nathan's setvars program from the big-sur-micropatcher.
55+
An early version was inspired by and based on Barry K. Nathan's setvars program from the big-sur-micropatcher.
5656

5757
The code to enter console mode is taken from OpenCore and is used, and made available here, under the BSD license.

0 commit comments

Comments
 (0)