# HG changeset patch # User Pascal Bellard # Date 1474184009 -7200 # Node ID 0f23bf36e1007cc27a6b6f2a83f874608410ff02 # Parent 045897b5020e0d2604d30685186b7b1bb46b9fe1 Typo in create_iso diff -r 045897b5020e -r 0f23bf36e100 tazlito --- a/tazlito Sat Sep 17 21:25:01 2016 +0200 +++ b/tazlito Sun Sep 18 09:33:29 2016 +0200 @@ -284,7 +284,7 @@ genisoimage -R -o $1 -hide-rr-moved -b boot/isolinux/isolinux.bin \ -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 \ ${uefi:+-eltorito-alt-boot -e $uefi -no-emul-boot} \ - -V "{$VOLUM_NAME:-SliTaz}" -p "${PREPARED:-$(id -un)}" \ + -V "${VOLUM_NAME:-SliTaz}" -p "${PREPARED:-$(id -un)}" \ -input-charset utf-8 \ -A "tazlito $VERSION/$(genisoimage --version)" \ -copyright README -P "www.slitaz.org" -boot-info-table $2