index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/lib/user_interaction.py | 3 |
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py index 905962c9..2a797490 100644 --- a/archinstall/lib/user_interaction.py +++ b/archinstall/lib/user_interaction.py @@ -1,6 +1,9 @@ from .exceptions import * from .locale_helpers import search_keyboard_layout +## TODO: Some inconsistencies between the selection processes. +## Some return the keys from the options, some the values? + def select_disk(dict_o_disks): drives = sorted(list(dict_o_disks.keys())) if len(drives) >= 1: |