This commit is contained in:
teldra 2022-02-07 19:25:27 +01:00
parent 96c768f0d3
commit 8d23fc3904

View File

@ -51,6 +51,7 @@ target_phy_id() {
use_efi() {
if test -e /sys/firmware/efi; then
EFI=1
mount -t efivarfs efivarfs /sys/firmware/efi/efivars
else
EFI=0
fi