index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-22 20:51:59 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-05-22 20:51:59 +0200 |
commit | 662ffb05b2dcb0e5a3f134c05a2cea17ea6e8062 (patch) | |
tree | a9e0a07960dfe02ba5f76d4809db652d5d2cf20d /archinstall/lib | |
parent | 1552cc82773b28b91a90f5023565538a2eb965bd (diff) |
-rw-r--r-- | archinstall/lib/user_interaction.py | 3 |
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py index 503e9a03..59768334 100644 --- a/archinstall/lib/user_interaction.py +++ b/archinstall/lib/user_interaction.py @@ -565,8 +565,7 @@ def select_disk(dict_o_disks): def select_profile(): """ - Asks the user to select a profile from the `options` dictionary parameter. - Usually this is combined with :ref:`archinstall.list_profiles`. + Asks the user to select a profile from the available profiles. :return: The name/dictionary key of the selected profile :rtype: str |