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" ];
|
||||
then
|
||||
boot=${dev}p2
|
||||
boot=${dev}p1
|
||||
else
|
||||
boot=${dev}1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue