mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-09 12:11:33 -05:00
Add lsblk command
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
cd0939fa64
commit
2ea12a051a
@ -81,6 +81,7 @@ luks_password_prompt () {
|
||||
}
|
||||
|
||||
disk_prompt (){
|
||||
lsblk
|
||||
output 'Please select the number of the corresponding disk (e.g. 1):'
|
||||
select entry in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd");
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user