diff --git a/src/install.sh b/src/install.sh index 06f0761..5bef7a6 100644 --- a/src/install.sh +++ b/src/install.sh @@ -251,7 +251,7 @@ if [ -f "$DIR/$ETFS" ]; then CAT="BOOT.CAT" LABEL="${BASE%.*}" - LABEL="${LABEL::32}" + LABEL="${LABEL::30}" ISO="$TMP/$LABEL.tmp" rm -f "$ISO"