From 941a61b09d0a42d5a61ea415f293d8e8360e6165 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 29 Jan 2024 14:31:55 +0100 Subject: [PATCH] fix home part --- tc_clone_nuc_nv_efi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc_clone_nuc_nv_efi.sh b/tc_clone_nuc_nv_efi.sh index 9a60bfb..57c441f 100755 --- a/tc_clone_nuc_nv_efi.sh +++ b/tc_clone_nuc_nv_efi.sh @@ -12,7 +12,7 @@ EFI_PART="nvme0n1p1" ROOT_PART="nvme0n1p2" VAR_PART="nvme0n1p3" SWAP_PART="nvme0n1p4" -SWAP_PART="nvme0n1p5" +HOME_PART="nvme0n1p5" while getopts m:i:p:r:s:d:f flag do -- 2.39.5