index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-29 22:26:40 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-09-29 22:26:40 +0000 |
commit | 5ce8c20333b30452cb908a52185da78f0675233f (patch) | |
tree | 4e9d745f4cf2764bc7a798afe4c1713e9d2e12c6 /archinstall | |
parent | f8963421479858ff68568f1bf492cf867e1a25aa (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 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: |