Skip to content

Commit f43616f

Browse files
committed
main.py: Shrink postboot message a bit to fit in default Terminal
Signed-off-by: Hector Martin <[email protected]>
1 parent 0ed0479 commit f43616f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,7 @@ def step2_indirect(self):
571571
p_warning( " * It is important that the system be fully powered off before this step,")
572572
p_warning( " and that you press and hold down the button once, not multiple times.")
573573
p_warning( " This is required to put the machine into the right mode.")
574-
p_message( "3. Release it once 'Entering startup options' is displayed,")
575-
p_message( " or you see a spinner.")
574+
p_message( "3. Release it once you see 'Entering startup options' or a spinner.")
576575
p_message( "4. Wait for the volume list to appear.")
577576
p_message(f"5. Choose '{self.part.label}'.")
578577
p_message( "6. You will briefly see a 'macOS Recovery' dialog.")
@@ -581,7 +580,6 @@ def step2_indirect(self):
581580
p_plain( " You may need to authenticate yourself with your macOS credentials.")
582581
p_message( "7. Once the 'Asahi Linux installer' screen appears, follow the prompts.")
583582
print()
584-
print()
585583
p_warning( "If you end up in a bootloop or get a message telling you that macOS needs to")
586584
p_warning( "be reinstalled, that means you didn't follow the steps above properly.")
587585
p_message( "Fully shut down your system without doing anything, and try again.")

0 commit comments

Comments
 (0)