Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
authoradvaithm <advaith.madhukar@gmail.com>2021-04-04 07:28:01 +0530
committeradvaithm <advaith.madhukar@gmail.com>2021-04-04 07:28:01 +0530
commit15925170423134025fa8aa34e5397185e4093e13 (patch)
tree7ecab0f9879f6be67389d8a3618cbd710ab06426 /archinstall/lib/installer.py
parentfe237eac3ce29cd90f002cfb41a596e3f3830193 (diff)
Revert "added hardwareincompatibilty erros and updated readme"
This reverts commit b5e32f980a27f272c1e3c42969323dff82617a84.
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index e38860d3..1411688c 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -331,8 +331,6 @@ class Installer():
self.log(f'Adding bootloader {bootloader} to {self.boot_partition}', level=LOG_LEVELS.Info)
if bootloader == 'systemd-bootctl':
- if not hasUEFI():
- raise HardwareIncompatibilityError
# TODO: Ideally we would want to check if another config
# points towards the same disk and/or partition.
# And in which case we should do some clean up.