mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-21 00:51:34 -05:00
Add support for emmc
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3948fbd19c
commit
3769c8e768
@ -87,7 +87,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");
|
||||
select entry in $(lsblk -dpnoNAME|grep -P "/dev/nvme|sd|mmcblk|vd");
|
||||
do
|
||||
disk="${entry}"
|
||||
output "Arch Linux will be installed on the following disk: ${disk}"
|
||||
|
Loading…
Reference in New Issue
Block a user