commit 836da097db87f738d0701adafff7a32f8de8a440
parent 8e0e1ec99532fdaa581adee3cd7f0622df329bba
Author: awy <awy@awy.one>
Date: Wed, 30 Oct 2024 01:12:56 +0300
upload
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/install.sh b/install.sh
@@ -57,6 +57,7 @@ getUserData(){
read -srp "Enter password for $username: " userpass
echo
read -rp "Enter hostname: " hostname
+ printf ${red}"Choose Linux Kernel: \n1. Linux Zen\n2.Custom${normal}\nYour choose: "
read -rp "Do you want default linux-zen kernel or custom one?\nType 1 for default and 2 for custom:" _kernelflag
read -rp "Enter disk label (e.g. sda, nvme0n1p <- p is mandatory in nvme case):" disk_drive
read -rp "Enter comma-separated partition numbers (e.g., 5,6 for 5 boot 6 root):" partitions