enable boot counting out of the box

This commit is contained in:
Harald Sitter
2024-11-05 21:28:24 +01:00
parent ecb14adf55
commit a005d14005

View File

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