tazlito annotate tazlito.conf @ rev 178

tazlito: be bootfloppybox compatible
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 28 18:30:39 2010 +0200 (2010-03-28)
parents 19b765eb1418
children 980c97c2d11e
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@130 6 ISO_NAME="slitaz"
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"
pankso@115 25
pankso@115 26 # Qemu emulator options for command: emu-iso
pankso@115 27 QEMU_OPTS="-m 256"