Skip to content

Commit e6b50ad

Browse files
committed
main: Add warning about APFS resizes looking like a freeze
Signed-off-by: Hector Martin <[email protected]>
1 parent c1d0f18 commit e6b50ad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@ def action_resize(self, resizable):
588588
continue
589589
else:
590590
p_warning(f"That's not enough free space for an OS install.")
591+
print()
592+
p_message("Note: your system may appear to freeze during the resize.")
593+
p_message("This is normal, just wait until the process completes.")
591594
if self.yesno("Continue?"):
592595
break
593596

0 commit comments

Comments
 (0)