Add support for legacy BIOS boot

This commit is contained in:
maride
2017-08-12 16:01:00 +02:00
parent 955ec704e8
commit ba1e4bff49
3 changed files with 21 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/sh
if [ "$bootloader" == "EFI" ]; then
echo "~> Not an EFI host, not checking for EFI."
exit 0
fi
ls /sys/firmware/efi/efivars 2>/tmp/arch-maride-flavour_checks_uefi_error.log 1>/tmp/arch-maride-flavour_checks_uefi_out.log
return=$?