From fe1aea4a643225f573f90f00625116ead86fc89b Mon Sep 17 00:00:00 2001 From: Brooks Swinnerton Date: Mon, 5 Nov 2018 20:57:56 -0500 Subject: T967: Include nvme drives when probing --- scripts/install/install-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/install-functions b/scripts/install/install-functions index d241e040..afda4d91 100755 --- a/scripts/install/install-functions +++ b/scripts/install/install-functions @@ -151,7 +151,7 @@ get_drive_size () { # Probe hardrives not shown in /proc/partitions by default probe_drives () { # Find drives that may not be in /proc/partitions since not mounted - drive=$(ls /sys/block | grep '[hsv]d.') + drive=$(ls /sys/block | grep '[hsv]d.|nvme.') # now exclude all drives that are read-only for drive in $drive; do -- cgit v1.2.3