From 01a9588b8119ef54e3b42a3b9104bbd411ea9118 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Fri, 21 Mar 2025 01:35:26 +0000 Subject: [PATCH] Changed boot partition number --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8133560..03f1f11 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ parted $DISK -- mklabel gpt parted $DISK -- mkpart root ext4 512MiB 100% parted $DISK -- mkpart ESP fat32 1MB 512MiB -parted $DISK -- set 3 esp on +parted $DISK -- set 2 esp on # DO NOT FORMAT the root partition before encryption! # cryptsetup will fail if the partition is already formatted