Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorDylan M. Taylor <dylan@dylanmtaylor.com>2021-04-11 18:42:01 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-11 18:43:40 -0400
commitdf1e163a57494ef064e28f9e579fc639b9e13b08 (patch)
tree4b6cc2ea7393364d00a93f4ccca0b9430a1860cd /archinstall
parent28d2743d71baba12ef28d0588efa7b06eb10c035 (diff)
Fix MBR & GRUB warning change
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/__init__.py b/archinstall/__init__.py
index afea843b..9943ab3c 100644
--- a/archinstall/__init__.py
+++ b/archinstall/__init__.py
@@ -17,7 +17,7 @@ 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", level=LOG_LEVELS.Error)
+ 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: