Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-22 19:13:57 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-22 19:13:57 +0530
commit1c0c1277624aae89bf9cba6940dcc69fb152be81 (patch)
treeb28c789384e07c2d9c49d3aa01db5857aef9376d /archinstall
parentfc53d145c89d1740127f0ac93b27b92ae41e9c54 (diff)
has uefi was removed from user_interactions
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/user_interaction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py
index 7e0a62ba..83c5e5cd 100644
--- a/archinstall/lib/user_interaction.py
+++ b/archinstall/lib/user_interaction.py
@@ -7,7 +7,7 @@ from .output import log, LOG_LEVELS
from .storage import storage
from .networking import list_interfaces
from .general import sys_command
-from .hardware import AVAILABLE_GFX_DRIVERS
+from .hardware import AVAILABLE_GFX_DRIVERS, hasUEFI
## TODO: Some inconsistencies between the selection processes.
## Some return the keys from the options, some the values?