From f1d31df243cecfe97b506796da6cf596b3f7be17 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Fri, 6 Dec 2019 15:58:04 +0000 Subject: [PATCH] Make it work with IDE bus --- scripts/install_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_client.sh b/scripts/install_client.sh index 3313e494..152b68de 100755 --- a/scripts/install_client.sh +++ b/scripts/install_client.sh @@ -10,7 +10,7 @@ cd $script_dir . set.sh disk=$(lsblk -o tran,kname,hotplug,type,fstype -pr | - grep -e nvme -e sata -e sas | + grep -e nvme -e sata -e sas -e ata | grep '0 disk' | cut -d' ' -f2 | sort |