summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2020-01-12 11:41:39 +0100
committerxengineering <mail2xengineering@protonmail.com>2020-01-12 11:41:39 +0100
commite12ac9b213ef3e8ecebc0c3052ec7e0e8bd7a31c (patch)
tree5c0a7a2c9d693603ea052694124a55222ed225fc /util
parent1960fd07b1b65da2afe77e9c317210d38aaa0dce (diff)
downloadarchinstall-e12ac9b213ef3e8ecebc0c3052ec7e0e8bd7a31c.tar
archinstall-e12ac9b213ef3e8ecebc0c3052ec7e0e8bd7a31c.tar.zst
archinstall-e12ac9b213ef3e8ecebc0c3052ec7e0e8bd7a31c.zip
Test for new check_bootmode.sh.
Diffstat (limited to 'util')
-rw-r--r--util/check_bootmode.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/check_bootmode.sh b/util/check_bootmode.sh
index 299856a..26f929c 100644
--- a/util/check_bootmode.sh
+++ b/util/check_bootmode.sh
@@ -21,6 +21,5 @@
if [ -d "/sys/firmware/efi/efivars" ]; then
echo "Booted with UEFI"
else
- echo "Not booted with UEFI. Please enable it in your mainboard settings. - FAILED"
- exit
+ echo "Booted with legacy boot / BIOS"
fi