From cef4df5b315603375942ee37718e91d17d64aeb6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 26 May 2025 08:03:22 +0200 Subject: [PATCH] add tc-id: --- tc_clone_nuc_sda_efi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tc_clone_nuc_sda_efi.sh b/tc_clone_nuc_sda_efi.sh index f860f3e..9fc01fa 100755 --- a/tc_clone_nuc_sda_efi.sh +++ b/tc_clone_nuc_sda_efi.sh @@ -120,6 +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 # CHROOT mount --bind /sys $CLONE/sys -- 2.39.5