fix: Move message

This commit is contained in:
Kroese 2024-01-19 02:21:57 +01:00 committed by GitHub
parent 5137d513fc
commit 3f3a3332ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -250,8 +250,6 @@ else
[ -n "$XML" ] && error "Warning: XML file '$XML' does not exist, $FB" && echo [ -n "$XML" ] && error "Warning: XML file '$XML' does not exist, $FB" && echo
fi fi
info "Generating new ISO image for installation..."
ETFS="boot/etfsboot.com" ETFS="boot/etfsboot.com"
EFISYS="efi/microsoft/boot/efisys_noprompt.bin" EFISYS="efi/microsoft/boot/efisys_noprompt.bin"
@ -264,6 +262,8 @@ if [ -f "$DIR/$ETFS" ]; then
ISO="$TMP/$LABEL.tmp" ISO="$TMP/$LABEL.tmp"
rm -f "$ISO" rm -f "$ISO"
info "Generating new ISO image for installation..."
genisoimage -b "$ETFS" -no-emul-boot -c "$CAT" -iso-level 4 -J -l -D -N -joliet-long -relaxed-filenames -quiet -V "$LABEL" -udf \ genisoimage -b "$ETFS" -no-emul-boot -c "$CAT" -iso-level 4 -J -l -D -N -joliet-long -relaxed-filenames -quiet -V "$LABEL" -udf \
-boot-info-table -eltorito-alt-boot -eltorito-boot "$EFISYS" -no-emul-boot -o "$ISO" -allow-limited-size "$DIR" -boot-info-table -eltorito-alt-boot -eltorito-boot "$EFISYS" -no-emul-boot -o "$ISO" -allow-limited-size "$DIR"