From: Guillaume Pellerin Date: Wed, 24 Jan 2024 12:44:51 +0000 (+0100) Subject: fix boot path X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=adba1bf9a9ee1a2b1b76c38a2a9d7169962d9b59;p=clone-me.git fix boot path --- diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index 972a7ed..9a60bfb 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -95,7 +95,7 @@ done uuid=`get_uuid $ROOT_PART` echo "UUID=$uuid / $FS_TYPE defaults,errors=remount-ro 0 1" > $CLONE/etc/fstab uuid=`get_uuid $EFI_PART` -echo "UUID=$uuid /bot/efi vfat umask=0077 0 1" >> $CLONE/etc/fstab +echo "UUID=$uuid /boot/efi vfat umask=0077 0 1" >> $CLONE/etc/fstab uuid=`get_uuid $SWAP_PART` echo "UUID=$uuid none swap sw 0 0" >> $CLONE/etc/fstab if [ ! $VAR_PART == $ROOT_PART ]; then