From: Guillaume Pellerin Date: Tue, 21 Feb 2023 09:47:18 +0000 (+0100) Subject: mkdir efi X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4c4148385dcedac8cccf62031ef67284eb1547a5;p=clone-me.git mkdir efi --- 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