From 4c4148385dcedac8cccf62031ef67284eb1547a5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 21 Feb 2023 10:47:18 +0100 Subject: [PATCH] mkdir efi --- tc_clone_nuc_nv_efi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index afc7f31..05c403e 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -45,6 +45,7 @@ fi mount /dev/$ROOT_PART $CLONE +mkdir -p $CLONE/boot/efi mount /dev/$EFI_PART $CLONE/boot/efi if [ $SYNC ]; then -- 2.39.5