# HG changeset patch # User Pascal Bellard # Date 1463845533 -7200 # Node ID bda5499d616a7188de9ca1dd828208a341819dc3 # Parent 89970ab334f17f555f0604e124b343656cc50f94 tazlito: set application_id diff -r 89970ab334f1 -r bda5499d616a tazlito --- a/tazlito Wed Mar 30 01:47:06 2016 +0300 +++ b/tazlito Sat May 21 17:45:33 2016 +0200 @@ -2577,7 +2577,7 @@ genisoimage -R -o $ISO_NAME.iso -b boot/isolinux/isolinux.bin \ -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 \ -V "SliTaz" -p "$(id -un)" -input-charset utf-8 \ - -P "$(hostname)" -boot-info-table $ROOTCD + -A "tazlito/genisoimage" -P "$(hostname)" -boot-info-table $ROOTCD if [ -x /usr/bin/isohybrid ]; then action 'Creating hybrid ISO/disk...' /usr/bin/isohybrid $ISO_NAME.iso -entry 2 2>/dev/null