Skip to content

Commit 8a04733

Browse files
committed
mklive.sh.in: fix step count
1 parent 2dfcb11 commit 8a04733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mklive.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ BOOT_DIR="$IMAGEDIR/boot"
360360
ISOLINUX_DIR="$BOOT_DIR/isolinux"
361361
GRUB_DIR="$BOOT_DIR/grub"
362362
CURRENT_STEP=0
363-
STEP_COUNT=9
363+
STEP_COUNT=10
364364
[ -n "${INCLUDE_DIRECTORY}" ] && STEP_COUNT=$((STEP_COUNT+1))
365365

366366
: ${SYSLINUX_DATADIR:="$VOIDHOSTDIR"/usr/lib/syslinux}

0 commit comments

Comments
 (0)