From a005d140059497bb84fdb2dfab23f31f7a7ae8de Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 5 Nov 2024 21:28:24 +0100 Subject: [PATCH] enable boot counting out of the box --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2475449..662b690 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ _TIME=$(date --date="@$_EPOCH" +%H%M) DATETIME="${_DATE}${_TIME}" VERSION="$DATETIME" OUTPUT=${NAME}_$VERSION -EFI=$OUTPUT.efi +EFI=$OUTPUT+3.efi # +3 is the default boot number for systemd-boot TAR=${OUTPUT}_root-x86-64.tar IMG=$OUTPUT.raw