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