Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/guided.py')
-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)