commit b2048562200538f4736a6f503d365808f87d56d1
parent a54c11bb1882c1113e9822ce362361853c592cbc
Author: awy <awy@awy.one>
Date: Tue, 5 Nov 2024 16:27:03 +0300
readme
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install.sh b/install.sh
@@ -75,7 +75,7 @@ getUserData(){
read -r choosenKernel
printf "Enter disk label (e.g. sda, nvme0n1p <- p is mandatory in nvme case): "
read -r disk_drive
- printf "Enter comma-separated partition numbers (e.g., 5,6 for 5 boot 6 root): "
+ printf "Enter space-separated partition numbers (e.g., 5,6 for 5 boot 6 root): "
read -r partitions
root_drive="$disk_drive${partitions##* }"
boot_drive="$disk_drive${partitions%% *}"