mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Make disk selection more verbose
because it's confusing for new users
This commit is contained in:
parent
1e11929db1
commit
c33b349095
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ keyboard_selector () {
|
||||||
|
|
||||||
# Selecting the target for the installation.
|
# Selecting the target for the installation.
|
||||||
print "Welcome to easy-arch, a script made in order to simplify the process of installing Arch Linux."
|
print "Welcome to easy-arch, a script made in order to simplify the process of installing Arch Linux."
|
||||||
PS3="Please select the disk where Arch Linux is going to be installed: "
|
PS3="Please select the disk NUMBER e.g. 1 where Arch Linux is going to be installed: "
|
||||||
select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd");
|
select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd");
|
||||||
do
|
do
|
||||||
DISK=$ENTRY
|
DISK=$ENTRY
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue