From 465f1924ee8e47a2c046c18a84de7e6277924890 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 27 May 2025 11:55:06 +0200 Subject: [PATCH] add tc-id to nv --- tc_clone_nuc_nv_efi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index 9ba63be..ec0c237 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -126,6 +126,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/tc-id # CHROOT mount --bind /sys $CLONE/sys -- 2.39.5