]> git.parisson.com Git - clone-me.git/commitdiff
mkdir efi
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 21 Feb 2023 09:47:18 +0000 (10:47 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 09:47:18 +0000 (10:47 +0100)
tc_clone_nuc_nv_efi.sh

index afc7f31aff55e1c09016630338293cb75e9e7bd7..05c403e80c4ed8579cbda11d9275257eb6ee7873 100755 (executable)
@@ -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