From: Guillaume Pellerin Date: Tue, 27 May 2025 09:54:48 +0000 (+0200) Subject: fix tc-id X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=598067a2277adad966068f99f2746cf5475cf3e6;p=clone-me.git fix tc-id --- diff --git a/tc_clone_nuc_sda_efi.sh b/tc_clone_nuc_sda_efi.sh index 9fc01fa..fc9552d 100755 --- a/tc_clone_nuc_sda_efi.sh +++ b/tc_clone_nuc_sda_efi.sh @@ -120,7 +120,7 @@ echo "UUID=$swap_uuid none swap sw 0 0" >> $CLONE/etc/fstab echo "RESUME=UUID=$swap_uuid" > $CLONE/etc/initramfs-tools/conf.d/resume echo $ID > $CLONE/etc/hostname -echo $ID | cut -d "-" -f 1 > $CLONE/etc/hostname +echo $ID | cut -d "-" -f 1 > $CLONE/etc/tc-id # CHROOT mount --bind /sys $CLONE/sys