]> git.parisson.com Git - clone-me.git/commitdiff
update sd*
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 19 Jul 2014 20:04:17 +0000 (22:04 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 19 Jul 2014 20:04:17 +0000 (22:04 +0200)
tc_clone_nuc.sh

index 1f3c783c75120526d08eb4df4e2a66f43b7c18af..23e47f78dda6d93259accf060e8b3e70080b1ce2 100755 (executable)
@@ -13,10 +13,10 @@ read ID
 
 FS_TYPE="ext4"
 
-ROOT_PART="sda1"
-VAR_PART="sda2"
-SWAP_PART="sda3"
-HOME_PART="sda4"
+ROOT_PART="sda2"
+VAR_PART="sda3"
+SWAP_PART="sda5"
+HOME_PART="sda6"
 
 mkfs.$FS_TYPE /dev/$ROOT_PART
 mkfs.$FS_TYPE /dev/$VAR_PART