From 29d0b3d15570a12ad89feff8b49dd9be478e69c2 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 22 Nov 2021 11:27:49 +0000 Subject: Simplified size definition in dict. (#752) * Simplified size definition in dict. Also changed from MiB to MB and GiB to GB on places where they were used, as BlockDevice().size now returns GB by default, so no math operations needed * Appended the /boot offset to /root when specifying /home start. --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index 8486521d..a86aafd2 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -135,7 +135,7 @@ def ask_user_questions(): # Ask for a root password (optional, but triggers requirement for super-user if skipped) if not archinstall.arguments.get('!root-password', None): - archinstall.arguments['!root-password'] = archinstall.get_password(prompt='Enter root password (leave blank to disable disabled & create superuser): ') + archinstall.arguments['!root-password'] = archinstall.get_password(prompt='Enter root password (leave blank to disable root & create superuser): ') # Ask for additional users (super-user if root pw was not set) if not archinstall.arguments.get('!root-password', None) and not archinstall.arguments.get('!superusers', None): -- cgit v1.2.3-70-g09d2