We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abd9a7 commit d83d66bCopy full SHA for d83d66b
1 file changed
src/main.py
@@ -195,6 +195,7 @@ def choose_os(self):
195
return self.data["os_list"][idx]
196
197
def set_reduced_security(self):
198
+ print()
199
print( "We are about to prepare your new stub OS for booting in")
200
print( "Reduced Security mode. Please enter your macOS credentials")
201
print( "when prompted.")
@@ -271,6 +272,7 @@ def step2_indirect(self):
271
272
os.system("shutdown -h now")
273
274
def startup_disk(self, recovery=False, volume_blessed=False, reboot=False):
275
276
print(f"When the Startup Disk screen appears, choose '{self.part.label}', then click Restart.")
277
if not volume_blessed:
278
print( "You will have to authenticate yourself.")
0 commit comments