index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-14 05:52:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 05:52:23 +0000 |
commit | af2671c1ec1ac2ecbdbd35c90c3e5016dcf516ed (patch) | |
tree | 3a5a8b303c7dbcc28826763a0c639ae5c6f700df /examples/guided.py | |
parent | 2433a9ee76802fd2e8e71fcb31b01e8406d7aa48 (diff) | |
parent | dffb611d18a9de5695297dee7c97e7cc4e97c0c6 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index d47a949c..fa644480 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -4,7 +4,7 @@ from archinstall.lib.hardware import hasUEFI from archinstall.lib.profiles import Profile if hasUEFI() is False: - log("ArchInstall currently only supports machines booted with UEFI. MBR & GRUB support is coming in version 2.2.0!", fg="red", level=archinstall.LOG_LEVELS.Error) + archinstall.log("ArchInstall currently only supports machines booted with UEFI.\nMBR & GRUB support is coming in version 2.2.0!", fg="red", level=archinstall.LOG_LEVELS.Error) exit(1) def ask_user_questions(): |