]> git.parisson.com Git - clone-me.git/commitdiff
fix home part
authorGuillaume Pellerin <guillaume.pellerin@free.fr>
Mon, 29 Jan 2024 13:31:55 +0000 (14:31 +0100)
committerGuillaume Pellerin <guillaume.pellerin@free.fr>
Mon, 29 Jan 2024 13:31:55 +0000 (14:31 +0100)
tc_clone_nuc_nv_efi.sh

index 9a60bfb5790a77bc6d6c2f96f1fea297726d9118..57c441f3ac9db2bf42f1bae4a6a9561ea438ba4b 100755 (executable)
@@ -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