index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-29 22:09:28 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-29 22:09:28 +0000 |
commit | f8963421479858ff68568f1bf492cf867e1a25aa (patch) | |
tree | df56d30a51dbbefe8742e2886b495dc6fc349e3a /examples | |
parent | 6338e7116ef5405cd9b97f066e45a89b7d8e67e7 (diff) |
-rw-r--r-- | examples/guided.py | 3 |
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(' ') |