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:17:23 +0200
committerAnton Hvornum <anton@hvornum.se>2021-04-12 00:17:23 +0200
commit613133f96fabc05b6dc30507024e6164f9e1c3bd (patch)
tree1413a1277f96b69d89c6b006ae7ba8ec65503d0c /archinstall
parent8355bbe476a8e0687101222ca3fe592fc91272cc (diff)
Added some bold colors
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archinstall/__init__.py b/archinstall/__init__.py
index e10c6286..c80c6a62 100644
--- a/archinstall/__init__.py
+++ b/archinstall/__init__.py
@@ -17,7 +17,8 @@ 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!")
+ 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