Update install.sh
This commit is contained in:
		@@ -58,7 +58,7 @@ szmn="${array[1]%?}"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# Setting partition size.
 | 
					# Setting partition size.
 | 
				
			||||||
echo "Your system partition has a size of $szmn GB."
 | 
					echo "Your system partition has a size of $szmn GB."
 | 
				
			||||||
echo "What size should your root volume have (GB) ?"
 | 
					echo "What size should your root volume have (GB)?"
 | 
				
			||||||
echo "The rest will be used for your home volume."
 | 
					echo "The rest will be used for your home volume."
 | 
				
			||||||
read szrt
 | 
					read szrt
 | 
				
			||||||
echo
 | 
					echo
 | 
				
			||||||
@@ -162,7 +162,9 @@ sgdisk -n 1:0:+256M /dev/$dev &&
 | 
				
			|||||||
echo
 | 
					echo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Setting type for EFI.
 | 
					# Setting type for EFI.
 | 
				
			||||||
 | 
					echo "Marking partition as boot."
 | 
				
			||||||
sgdisk -t 1:ef00 /dev/$dev &&
 | 
					sgdisk -t 1:ef00 /dev/$dev &&
 | 
				
			||||||
 | 
					echo
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Creating system partition.
 | 
					# Creating system partition.
 | 
				
			||||||
echo "Creating system partition of $szmn GB."
 | 
					echo "Creating system partition of $szmn GB."
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user