From f8d77517256d6aaea3219c3d9cb26688e7cc5fc2 Mon Sep 17 00:00:00 2001 From: dataprolet Date: Fri, 3 May 2024 16:20:22 +0000 Subject: [PATCH] Fix wrong variable for boot partition. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cc9697b..59a0b29 100644 --- a/install.sh +++ b/install.sh @@ -192,7 +192,7 @@ echo "Creating the filesystem." if [ $dev = "nvme0n1" ]; then - boot=${dev}p2 + boot=${dev}p1 else boot=${dev}1 fi