Fix wrong variable for boot partition.
This commit is contained in:
parent
d7c336e89c
commit
f8d7751725
|
@ -192,7 +192,7 @@ echo "Creating the filesystem."
|
||||||
|
|
||||||
if [ $dev = "nvme0n1" ];
|
if [ $dev = "nvme0n1" ];
|
||||||
then
|
then
|
||||||
boot=${dev}p2
|
boot=${dev}p1
|
||||||
else
|
else
|
||||||
boot=${dev}1
|
boot=${dev}1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue