Skip to content

Commit 4ff8445

Browse files
committed
main: Tell the user to wait 10 seconds after shutdown
Hopefully this cuts down on people failing to get into 1TR. Signed-off-by: Hector Martin <[email protected]>
1 parent aeded84 commit 4ff8445

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

src/main.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,17 +236,18 @@ def step2_indirect(self):
236236
print( "The system will now shut down.")
237237
print( "To complete the installation, perform the following steps:")
238238
print()
239-
print( "1. Press and hold down the power button to power on the system.")
239+
print( "1. Wait 10 seconds for the system to fully shut down.")
240+
print( "2. Press and hold down the power button to power on the system.")
240241
print( " * It is important that the system be fully powered off before this step,")
241242
print( " and that you press and hold down the button once, not multiple times.")
242243
print( " This is required to put the machine into the right mode.")
243-
print( "2. Release it once 'Entering startup options' is displayed.")
244-
print( "3. Choose Options.")
245-
print( "4. You will briefly see a 'macOS Recovery' dialog.")
244+
print( "3. Release it once 'Entering startup options' is displayed.")
245+
print( "4. Choose Options.")
246+
print( "5. You will briefly see a 'macOS Recovery' dialog.")
246247
print( " * If you are asked to 'Select a volume to recover',")
247248
print( " then choose your normal macOS volume and click Next.")
248-
print( "5. Click on the Utilities menu and select Terminal.")
249-
print( "6. Type the following command and follow the prompts:")
249+
print( "6. Click on the Utilities menu and select Terminal.")
250+
print( "7. Type the following command and follow the prompts:")
250251
print()
251252
print(f"/Volumes/{shlex.quote(self.part.label)}/step2.sh")
252253
print()

0 commit comments

Comments
 (0)