Skip to content

Commit 6ad7a76

Browse files
committed
blog/2021/08/14-progress-report.md: s/Apple silicon/Apple Silicon/
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 5dc466e commit 6ad7a76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/2021/08/14-progress-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ What we need is a way to create a "macOS" installation from scratch, containing
140140
* m1n1 installed as a custom kernel, overriding the macOS XNU kernel
141141
* Files related to user authentication for recovery operations
142142

143-
To do this, we built a prototype installer that can replicate this part of the macOS installation process, and guide the user through the process of installing m1n1. It uses Apple's [official restore images](https://mrmacintosh.com/apple-silicon-m1-full-macos-restore-ipsw-firmware-files-database/), which they make available for every macOS release on Apple silicon. Instead of downloading the 13+GB full OS image, it streams only the necessary components (the largest one being the 1GB recovery image) on demand.
143+
To do this, we built a prototype installer that can replicate this part of the macOS installation process, and guide the user through the process of installing m1n1. It uses Apple's [official restore images](https://mrmacintosh.com/apple-silicon-m1-full-macos-restore-ipsw-firmware-files-database/), which they make available for every macOS release on Apple Silicon. Instead of downloading the 13+GB full OS image, it streams only the necessary components (the largest one being the 1GB recovery image) on demand.
144144

145145
To launch the installer, the user just runs a shell script (`curl | sh` style) from either macOS or Recovery mode and follows the prompts:
146146

0 commit comments

Comments
 (0)