Merge pull request #282 from archlinux/torxed-launchwarning
Torxed launchwarning
This commit is contained in:
commit
78bedb6d8a
|
|
@ -16,6 +16,10 @@ 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)
|
||||
exit(1)
|
||||
|
||||
## Basic version of arg.parse() supporting:
|
||||
## --key=value
|
||||
## --boolean
|
||||
|
|
|
|||
Loading…
Reference in New Issue