tazlito diff tazlito.conf @ rev 275

Fix build-loram-cdrom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 11 20:10:38 2012 +0200 (2012-04-11)
parents b7493ef28221
children 9eb4febf0906
line diff
     1.1 --- a/tazlito.conf	Thu Feb 24 14:08:19 2011 +0100
     1.2 +++ b/tazlito.conf	Wed Apr 11 20:10:38 2012 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  # configuration file.
     1.5  #
     1.6  
     1.7 -# SliTaz version use for ISO name and files path.
     1.8 +# SliTaz version to use for ISO name and files path.
     1.9  SLITAZ_VERSION=`cat /etc/slitaz-release`
    1.10  
    1.11  # Name of the ISO image to generate.
    1.12 @@ -31,5 +31,5 @@
    1.13  # to copy into the rootfs and rootcd of the LiveCD.
    1.14  ADDFILES="$DISTRO/addfiles"
    1.15  
    1.16 -# Qemu emulator options for command: emu-iso
    1.17 +# Qemu emulator options for the command: emu-iso
    1.18  QEMU_OPTS="-m 256"