cookutils view cookiso.conf @ rev 526

libcookiso.sh: Change tazlito to cookiso. Add some more functions from tazlito.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Aug 25 06:45:02 2012 +0000 (2012-08-25)
parents
children cab55ddc0418
line source
1 # cookiso.conf: cookiso (SliTaz Live Tool)
2 # configuration file.
3 #
5 # SliTaz version to use for ISO name and files path.
6 SLITAZ_VERSION=`cat /etc/slitaz-release`
8 # Name of the ISO image to generate.
9 ISO_NAME="slitaz-$SLITAZ_VERSION"
10 #ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
12 # ISO image volume name.
13 VOLUM_NAME="SliTaz LiveCD"
15 # Name of the preparer.
16 PREPARED="$USER"
18 # Tazlito work directory with flavors, distro and packages files.
19 WORK_DIR="/home/slitaz/$SLITAZ_VERSION"
21 # Path to the packages repository and the packages.list.
22 PACKAGES_REPOSITORY="$WORK_DIR/packages"
24 # Path to the distro tree to gen-distro from a list of packages.
25 DISTRO="$WORK_DIR/distro"
27 # Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
28 FLAVORS_REPOSITORY=$WORK_DIR/flavors
30 # Path to the directory containing additional files
31 # to copy into the rootfs and rootcd of the LiveCD.
32 ADDFILES="$DISTRO/addfiles"
34 # Qemu emulator options for the command: emu-iso
35 QEMU_OPTS="-m 256"