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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index 7ecd070d..7b09b159 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -92,7 +92,8 @@ while 1:
users[new_user] = new_user_passwd
break
-profile = input('Any particular profile you want to install: ')
+profile = archinstall.select_profile(archinstall.list_profiles())
+
packages = input('Additional packages aside from base (space separated): ').split(' ')