readd UEFISYSDEV

This commit is contained in:
Tobias Powalowski 2023-06-23 22:55:19 +02:00
parent 4cb195b6bc
commit baeb7f8200

View file

@ -158,6 +158,8 @@ _do_uefi_common() {
if [[ -n "${_PACKAGES}" ]]; then
_run_pacman
fi
# /dev/<device> of ESP
_UEFISYSDEV="$(${_LSBLK} NAME,PARTTYPE | grep 'c12a7328-f81f-11d2-ba4b-00a0c93ec93b' | cut -d " " -f1)"
}
_do_uefi_efibootmgr() {