# HG changeset patch # User Christophe Lincoln # Date 1196506642 -3600 # Node ID d67f174debfda72bfbe3bc2062508ca6974ee662 # Parent 7d3e4644fbb98cd952e3a68cfe9b93fa39909473 Add default config file (tazlito.conf) diff -r 7d3e4644fbb9 -r d67f174debfd tazlito.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tazlito.conf Sat Dec 01 11:57:22 2007 +0100 @@ -0,0 +1,24 @@ +# tazlito.conf: Tazlito (SliTaz Live Tool) +# configuration file. +# + +# Name of the ISO image to generate. +ISO_NAME="slitaz-hacked" +#ISO_NAME="slitaz-cooking-`date +%Y%m%d`" + +# ISO image volum name. +VOLUM_NAME="SliTaz LiveCD" + +# Name of the preparator. +PREPARED="$USER" + +# Path to the packages repository and the packages.list. +PACKAGES_REPOSITORY="/home/slitaz/packages" + +# Path to the distro tree to gen-distro from a +# list of packages. +DISTRO="/home/slitaz/distro" + +# Path to the directory contening additional files +# to copy into the rootfs and rootcd of the LiveCD. +ADDFILES="$DISTRO/addfiles"