Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/archinstall/__init__.py b/archinstall/__init__.py
index 9943ab3c..d98b6daa 100644
--- a/archinstall/__init__.py
+++ b/archinstall/__init__.py
@@ -16,10 +16,6 @@ from .lib.hardware import *
__version__ = "2.1.3"
-if hasUEFI() is False:
- log("ArchInstall currently only supports machines booted with UEFI. MBR & GRUB support is coming in version 2.2.0!", level=LOG_LEVELS.Error, fg="red")
- exit(1)
-
## Basic version of arg.parse() supporting:
## --key=value
## --boolean