From 419fceba0cf9133b7bebb4272e1fc433becde08d Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sun, 26 Nov 2017 08:59:06 -0700 Subject: [PATCH] Updated boot disk documenation to mention APFS. Aids new installs with the correct option to choose from the menu prompt. --- bin/create_boot_disk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create_boot_disk b/bin/create_boot_disk index f889f03..5343db3 100755 --- a/bin/create_boot_disk +++ b/bin/create_boot_disk @@ -12,7 +12,7 @@ printf " 1. Insert the USB boot disk into the machine to be upgraded.\n" printf " 2. Reboot the machine.\n" printf " 3. Hold down the OPTION key before the Apple logo appears.\n" printf " 4. Select the USB boot disk from the menu.\n" -printf " 5. Format the machine's internal drive using Disk Utility.\n" +printf " 5. Format the machine's internal drive using Disk Utility (choose APFS).\n" printf " 6. Install the new operating system.\n" printf "\nmacOS Reinstall:\n" printf " 1. Click the Apple icon from the operating system main menu.\n"