Skip to content

Commit

Permalink
T967: Use similar partition scheme for nvme disks
Browse files Browse the repository at this point in the history
In the absence of this commit, the installer hangs right after:

> How big of a root partition should I create?
  • Loading branch information
bswinnerton committed Nov 6, 2018
1 parent 7b71365 commit 645875f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/install-get-partition
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 645875f

Please sign in to comment.