index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-12-31 12:33:01 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-12-31 12:33:01 +0100 |
commit | cad911893d653f612c1570ed1bdc7b82df3d9ab8 (patch) | |
tree | 728dc983fa1bcc9198ee19eb8097e30574a3eceb /examples | |
parent | c6b499cf47fac7a02714e590cf662a85db3095b1 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 2352b749..e8efb6cb 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -97,7 +97,7 @@ def ask_user_questions(): if archinstall.arguments.get('harddrives', None) is None: archinstall.arguments['harddrives'] = archinstall.select_harddrives() - if archinstall.arguments.get('harddrives', None) is not None and archinstall.storage.get('disk_layouts', None) is None: + if archinstall.arguments.get('harddrives', None) and archinstall.storage.get('disk_layouts', None) is None: archinstall.storage['disk_layouts'] = archinstall.select_disk_layout(archinstall.arguments['harddrives'], archinstall.arguments.get('advanced', False)) # Get disk encryption password (or skip if blank) |