summaryrefslogtreecommitdiff
path: root/scripts/install/install-functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install/install-functions')
-rwxr-xr-xscripts/install/install-functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/install/install-functions b/scripts/install/install-functions
index d65a6c6c..c9f3642e 100755
--- a/scripts/install/install-functions
+++ b/scripts/install/install-functions
@@ -179,6 +179,9 @@ select_drive () {
egrep "c[0-9]d[0-9]$|[hsv]d[a-z]$|nvme[0-9]n[0-9]" | \
egrep -v "^$")
+ #this needs more testing to decide if better than above
+ #drives=$(lsblk -dn -o name -I8)
+
# take the first drive as the default
drv=$(echo $drives | /usr/bin/awk '{ print $1 }')