tazlito diff tazlito.conf @ rev 509

Take care of installed /boot/isolinux/efi.img
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 03 14:17:50 2018 +0200 (2018-06-03)
parents 5efb0b404472
children
line diff
     1.1 --- a/tazlito.conf	Sun Mar 06 21:10:08 2011 +0000
     1.2 +++ b/tazlito.conf	Sun Jun 03 14:17:50 2018 +0200
     1.3 @@ -3,11 +3,11 @@
     1.4  #
     1.5  
     1.6  # SliTaz version to use for ISO name and files path.
     1.7 -SLITAZ_VERSION=`cat /etc/slitaz-release`
     1.8 +SLITAZ_VERSION=$(cat /etc/slitaz-release)
     1.9  
    1.10  # Name of the ISO image to generate.
    1.11  ISO_NAME="slitaz-$SLITAZ_VERSION"
    1.12 -#ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
    1.13 +#ISO_NAME="slitaz-cooking-$(date +%Y%m%d)"
    1.14  
    1.15  # ISO image volume name.
    1.16  VOLUM_NAME="SliTaz LiveCD"