mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 07:27:19 -04:00
Improve readability of initial setup options
This commit is contained in:
+4
-2
@@ -3,7 +3,7 @@
|
|||||||
loadkeys us
|
loadkeys us
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo rwinkhart\'s artix install script
|
echo rwinkhart\'s artix install script
|
||||||
echo last updated december 03, 2023 \(rev. A\)
|
echo last updated december 03, 2023 \(rev. B\)
|
||||||
echo ----------------------------------------------------------------------------------------------
|
echo ----------------------------------------------------------------------------------------------
|
||||||
echo You will be asked some questions before installation.
|
echo You will be asked some questions before installation.
|
||||||
echo -e "----------------------------------------------------------------------------------------------\n"
|
echo -e "----------------------------------------------------------------------------------------------\n"
|
||||||
@@ -13,13 +13,15 @@ read -n 1 -s -r -p 'Press any key to continue'
|
|||||||
echo -e '\nspecial devices:\n1. asus zephyrus g14 (2020)\ngeneric:\n2. laptop\n3. desktop\n4. server\n'
|
echo -e '\nspecial devices:\n1. asus zephyrus g14 (2020)\ngeneric:\n2. laptop\n3. desktop\n4. server\n'
|
||||||
read -n 1 -r -p "formfactor: " formfactor
|
read -n 1 -r -p "formfactor: " formfactor
|
||||||
|
|
||||||
|
echo -e "\n"
|
||||||
fdisk -l
|
fdisk -l
|
||||||
|
echo
|
||||||
read -rp "disk: " disk
|
read -rp "disk: " disk
|
||||||
|
|
||||||
read -rp "swap (in GB): " swap
|
read -rp "swap (in GB): " swap
|
||||||
|
|
||||||
read -n 1 -rp "clean install? (y/N) " wipe
|
read -n 1 -rp "clean install? (y/N) " wipe
|
||||||
echo
|
|
||||||
read -rp "username: " username
|
read -rp "username: " username
|
||||||
|
|
||||||
read -rp "$username password: " userpassword
|
read -rp "$username password: " userpassword
|
||||||
|
|||||||
Reference in New Issue
Block a user