From 0411389bba9919d3425dac96b91373538699d7e9 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 12 Sep 2022 11:37:34 +0200 Subject: [PATCH] test --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index ebf9aaa..6314f6c 100755 --- a/main.sh +++ b/main.sh @@ -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