index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-12 00:40:03 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-04-12 00:40:03 +0200 |
commit | 28d2743d71baba12ef28d0588efa7b06eb10c035 (patch) | |
tree | 9fb2310bdaf0300fdb59c5d3b7b25b9afb2987bb | |
parent | 22a506d9c3300700aba5e88fb473a54471970f36 (diff) |
-rw-r--r-- | archinstall/__init__.py | 2 |
diff --git a/archinstall/__init__.py b/archinstall/__init__.py index fd51efc3..afea843b 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", LOG_LEVELS.Error) + log("Archinstall currently only support UEFI booted machines. MBR & GRUB is coming in version 2.2.0!", fg="red", level=LOG_LEVELS.Error) exit(1) ## Basic version of arg.parse() supporting: |