tazlito annotate tazlito.conf @ rev 83

Fix typos and clean up comments
author Mike D. Smith <MikeDSmith25@gmail.com>
date Sat Jul 19 05:30:44 2008 +0000 (2008-07-19)
parents d67f174debfd
children 19b765eb1418
rev   line source
pankso@2 1 # tazlito.conf: Tazlito (SliTaz Live Tool)
pankso@2 2 # configuration file.
pankso@2 3 #
pankso@2 4
pankso@2 5 # Name of the ISO image to generate.
pankso@2 6 ISO_NAME="slitaz-hacked"
pankso@2 7 #ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
pankso@2 8
MikeDSmith25@83 9 # ISO image volume name.
pankso@2 10 VOLUM_NAME="SliTaz LiveCD"
pankso@2 11
MikeDSmith25@83 12 # Name of the preparer.
pankso@2 13 PREPARED="$USER"
pankso@2 14
pankso@2 15 # Path to the packages repository and the packages.list.
pankso@2 16 PACKAGES_REPOSITORY="/home/slitaz/packages"
pankso@2 17
pankso@2 18 # Path to the distro tree to gen-distro from a
pankso@2 19 # list of packages.
pankso@2 20 DISTRO="/home/slitaz/distro"
pankso@2 21
MikeDSmith25@83 22 # Path to the directory containing additional files
pankso@2 23 # to copy into the rootfs and rootcd of the LiveCD.
pankso@2 24 ADDFILES="$DISTRO/addfiles"