This commit is contained in:
teldra 2022-09-12 11:37:34 +02:00
parent ae536c5ed6
commit 0411389bba
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ do_partition() {
fi
if [ "${EFI}" == "1" ]; then
mkdir -p "${target}/boot/efi"
mount "${TARGET_PHY_ID}-part1" "${target}/boot/efi"
mount "${TARGET_PHY_ID}${part}1" "${target}/boot/efi"
fi