Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib')
-rw-r--r--archinstall/lib/user_interaction.py3
1 files changed, 3 insertions, 0 deletions
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: