tazlito view tazlito.conf @ rev 192

tazlito: update aufs package name
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 18 17:04:50 2010 +0100 (2010-12-18)
parents 19b765eb1418
children 980c97c2d11e
line source
1 # tazlito.conf: Tazlito (SliTaz Live Tool)
2 # configuration file.
3 #
5 # Name of the ISO image to generate.
6 ISO_NAME="slitaz"
7 #ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
9 # ISO image volume name.
10 VOLUM_NAME="SliTaz LiveCD"
12 # Name of the preparer.
13 PREPARED="$USER"
15 # Path to the packages repository and the packages.list.
16 PACKAGES_REPOSITORY="/home/slitaz/packages"
18 # Path to the distro tree to gen-distro from a
19 # list of packages.
20 DISTRO="/home/slitaz/distro"
22 # Path to the directory containing additional files
23 # to copy into the rootfs and rootcd of the LiveCD.
24 ADDFILES="$DISTRO/addfiles"
26 # Qemu emulator options for command: emu-iso
27 QEMU_OPTS="-m 256"