diff --git a/scripts/efibootTest.sh b/scripts/efibootTest.sh new file mode 100755 index 0000000..e3c6731 --- /dev/null +++ b/scripts/efibootTest.sh @@ -0,0 +1,2 @@ +#!/bin/bash +[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS