Add support for legacy BIOS boot
This commit is contained in:
@@ -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=$?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user