diff --git a/README.adoc b/README.adoc index 00ada21..ac51eb5 100644 --- a/README.adoc +++ b/README.adoc @@ -16,10 +16,10 @@ Config_ project is an opinionated configuration which meets the needs of my deve but is also meant to serve as an example and guide for building your own personalized setup. Here is how the two projects are meant to be used: -* *macOS* (this project) - The foundation framework for building customizated macOS machine setups. +* *macOS* (this project) - The foundational framework for building custom macOS machine setups. * *link:https://www.alchemists.io/projects/mac_os-config[macOS Configuration]* - The layer on top of - this _macOS_ project which defines a custom machine setup and base implementation. The project is - meant to be forked for as many custom machine setups as needed. + this _macOS_ project which defines a custom machine implementation. The project is meant to be + forked for as many custom machine setups as needed. toc::[] @@ -132,12 +132,11 @@ macOS Boot Disk Usage: 6. Use Disk Utility to create a single "APFS" drive as a "GUID Partition Table". 7. Install the new operating system. -macOS Reinstall: - 1. Click the Apple icon from the operating system main menu. - 2. Select the "Restart..." menu option. - 3. Hold down the COMMAND+R keys before the Apple logo appears. - 4. Wait for the macOS installer to load from the recovery partition. - 5. Use the dialog options to launch Disk Utility, reinstall the system, etc. +macOS Boot Disk Recovery: + 1. Start/restart the machine. + 2. Hold down the COMMAND+R keys before the Apple logo appears. + 3. Wait for the macOS installer to load from the recovery partition. + 4. Use the dialog options to launch Disk Utility, reinstall the system, etc. .... === Customization diff --git a/bin/create_boot_disk b/bin/create_boot_disk index 159df2b..1a8b827 100755 --- a/bin/create_boot_disk +++ b/bin/create_boot_disk @@ -14,12 +14,11 @@ printf " 4. Select the USB boot disk from the menu.\n" printf " 5. Use Disk Utility to delete and/or erase the hard drive including associated partitions.\n" printf " 6. Use Disk Utility to create a single \"APFS\" drive as a \"GUID Partition Table\".\n" printf " 7. Install the new operating system.\n" -printf "\nmacOS Reinstall:\n" -printf " 1. Click the Apple icon from the operating system main menu.\n" -printf " 2. Select the \"Restart...\" menu option.\n" -printf " 3. Hold down the COMMAND+R keys before the Apple logo appears.\n" -printf " 4. Wait for the macOS installer to load from the recovery partition.\n" -printf " 5. Use the dialog options to launch Disk Utility, reinstall the system, etc.\n" +printf "\nmacOS Boot Disk Recovery:\n" +printf " 1. Start/restart the machine.\n" +printf " 2. Hold down the COMMAND+R keys before the Apple logo appears.\n" +printf " 3. Wait for the macOS installer to load from the recovery partition.\n" +printf " 4. Use the dialog options to launch Disk Utility, reinstall the system, etc.\n" printf "\nCreating macOS boot disk...\n"