Fix wrong variable for boot partition.

This commit is contained in:
dataprolet 2024-05-03 16:20:22 +00:00
parent d7c336e89c
commit f8d7751725
1 changed files with 1 additions and 1 deletions

View File

@ -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