Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-12 00:16:21 +0200
committerAnton Hvornum <anton@hvornum.se>2021-04-12 00:16:21 +0200
commit8355bbe476a8e0687101222ca3fe592fc91272cc (patch)
tree8d86ff009fa8dc280ad112bf19430aa1d1fb6a81 /archinstall
parent6f08ad1d4b333ca12c4d729fbcb029b49097ce7d (diff)
Adds a warning for UEFI not on
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archinstall/__init__.py b/archinstall/__init__.py
index d98b6daa..e10c6286 100644
--- a/archinstall/__init__.py
+++ b/archinstall/__init__.py
@@ -16,6 +16,9 @@ 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!")
+
## Basic version of arg.parse() supporting:
## --key=value
## --boolean