tazlito rev 424

tazlito: set application_id
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 17:45:33 2016 +0200 (2016-05-21)
parents 89970ab334f1
children 64aae5899df1
files tazlito
line diff
     1.1 --- a/tazlito	Wed Mar 30 01:47:06 2016 +0300
     1.2 +++ b/tazlito	Sat May 21 17:45:33 2016 +0200
     1.3 @@ -2577,7 +2577,7 @@
     1.4  		genisoimage -R   -o $ISO_NAME.iso   -b boot/isolinux/isolinux.bin \
     1.5  		-c boot/isolinux/boot.cat   -no-emul-boot   -boot-load-size 4 \
     1.6  		-V "SliTaz"   -p "$(id -un)"   -input-charset utf-8 \
     1.7 -		-P "$(hostname)"   -boot-info-table $ROOTCD
     1.8 +		-A "tazlito/genisoimage" -P "$(hostname)"   -boot-info-table $ROOTCD
     1.9  		if [ -x /usr/bin/isohybrid ]; then
    1.10  			action 'Creating hybrid ISO/disk...'
    1.11  			/usr/bin/isohybrid $ISO_NAME.iso -entry 2 2>/dev/null