From 645875f060705d8e12235d5d444c9fc8d4a615fa Mon Sep 17 00:00:00 2001 From: Brooks Swinnerton Date: Mon, 5 Nov 2018 21:01:47 -0500 Subject: T967: Use similar partition scheme for nvme disks In the absence of this commit, the installer hangs right after: > How big of a root partition should I create? --- scripts/install/install-get-partition | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index d6bb5524..e44fcec1 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -699,7 +699,7 @@ create_partitions() { fi # set the partition number on the device. - if [ -n "$( echo $ldrive | grep -E "cciss|ida" )" ]; then + if [ -n "$( echo $ldrive | grep -E "cciss|ida|nvme" )" ]; then # if this is a cciss ROOT_PARTITION=$ldrive"p1" else -- cgit v1.2.3