Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-06-06 17:13:42 +0200
committerAnton Hvornum <anton@hvornum.se>2021-06-06 17:13:42 +0200
commit0552d040ac8fb4517d77f3fa86ec3039ab71fb4b (patch)
tree889618fbaa89a09c8b0eec2367fb039ba8369dea /examples
parentce4b1fbcff00a3029de06f4b20e60dcaa9e3af93 (diff)
Added a json.dumps() helper that wraps JSON cls. Also tweaked the logic for the size creation so that they don't overlap
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 0bcc1fcc..1dfe79fb 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -82,6 +82,8 @@ def ask_user_questions():
if archinstall.arguments.get('harddrives', None):
archinstall.storage['disk_layouts'] = archinstall.select_disk_layout(archinstall.arguments['harddrives'])
+ print(archinstall.arguments['harddrives'])
+ print(archinstall.storage['disk_layouts'])
exit(0)
# Get disk encryption password (or skip if blank)