Skip to content

Commit

Permalink
Adds a warning for UEFI not on
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Apr 11, 2021
1 parent 6f08ad1 commit 8355bbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions archinstall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

__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
Expand Down

0 comments on commit 8355bbe

Please sign in to comment.