]> git.parisson.com Git - clone-me.git/commitdiff
update partition list
authorGuillaume Pellerin <pellerin@parisson.com>
Wed, 15 Feb 2023 10:22:48 +0000 (10:22 +0000)
committerGuillaume Pellerin <pellerin@parisson.com>
Wed, 15 Feb 2023 10:22:48 +0000 (10:22 +0000)
tc_clone_nuc_nv.sh

index 9c96658580c24fb7f254f5b6c397d4a0ac388241..2bcc6fbcfdc079db620f212750c026e523e4a640 100755 (executable)
@@ -9,9 +9,9 @@ FS_TYPE="ext4"
 
 DISK=nvme0n1
 ROOT_PART="nvme0n1p1"
-VAR_PART="nvme0n1p2"
-SWAP_PART="nvme0n1p3"
-HOME_PART="nvme0n1p4"
+VAR_PART="nvme0n1p5"
+SWAP_PART="nvme0n1p6"
+HOME_PART="nvme0n1p7"
 
 while getopts m:i:p:r:s:d:f flag
 do