1
0
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:
Tommy 2024-10-11 16:36:07 -07:00 committed by GitHub
parent 3948fbd19c
commit 3769c8e768
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}"