mklive.sh.in: fix step count

This commit is contained in:
classabbyamp 2023-04-07 16:55:35 -04:00 committed by classabbyamp
parent 2dfcb11662
commit 8a04733dbf
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ BOOT_DIR="$IMAGEDIR/boot"
ISOLINUX_DIR="$BOOT_DIR/isolinux"
GRUB_DIR="$BOOT_DIR/grub"
CURRENT_STEP=0
STEP_COUNT=9
STEP_COUNT=10
[ -n "${INCLUDE_DIRECTORY}" ] && STEP_COUNT=$((STEP_COUNT+1))
: ${SYSLINUX_DATADIR:="$VOIDHOSTDIR"/usr/lib/syslinux}