Skip to content

Commit 54ec1b5

Browse files
committed
main: Document 'p' option in step2 message
Signed-off-by: Hector Martin <[email protected]>
1 parent da724b6 commit 54ec1b5

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/main.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -529,13 +529,12 @@ def step2_indirect(self):
529529
p_plain( " You may need to authenticate yourself with your macOS credentials.")
530530
p_message( "7. Once the 'Asahi Linux installer' screen appears, follow the prompts.")
531531
print()
532-
time.sleep(1)
532+
print()
533533
p_warning( "If you end up in a bootloop or get a message telling you that macOS needs to")
534534
p_warning( "be reinstalled, that means you didn't follow the steps above properly.")
535-
p_warning( "Fully shut down your system without doing anything, and try again. If you")
536-
p_warning( "try to change the boot volume or perform any other actions, that will break")
537-
p_warning( "the installation process and you may not be able to complete it successfully.")
538-
p_message( "Please note that your macOS partition is safe. This only affects the new OS.")
535+
p_message( "Fully shut down your system without doing anything, and try again.")
536+
p_message( "If in trouble, hold down the power button to boot, select macOS, run")
537+
p_message( "this installer again, and choose the 'p' option to retry the process.")
539538
print()
540539
time.sleep(2)
541540
p_prompt( "Press enter to shut down the system.")

0 commit comments

Comments
 (0)