-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtazlito.conf
35 lines (25 loc) · 977 Bytes
/
tazlito.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# tazlito.conf: Tazlito (SliTaz Live Tool)
# configuration file.
#
# SliTaz version to use for ISO name and files path.
SLITAZ_VERSION=$(cat /etc/slitaz-release)
# Name of the ISO image to generate.
ISO_NAME="slitaz-$SLITAZ_VERSION"
#ISO_NAME="slitaz-cooking-$(date +%Y%m%d)"
# ISO image volume name.
VOLUM_NAME="SliTaz LiveCD"
# Name of the preparer.
PREPARED="$USER"
# Tazlito work directory with flavors, distro and packages files.
WORK_DIR="/home/slitaz/$SLITAZ_VERSION"
# Path to the packages repository and the packages.list.
PACKAGES_REPOSITORY="$WORK_DIR/packages"
# Path to the distro tree to gen-distro from a list of packages.
DISTRO="$WORK_DIR/distro"
# Path to the LiveCD flavors files (http://hg.slitaz.org/flavors)
FLAVORS_REPOSITORY=$WORK_DIR/flavors
# Path to the directory containing additional files
# to copy into the rootfs and rootcd of the LiveCD.
ADDFILES="$DISTRO/addfiles"
# Qemu emulator options for the command: emu-iso
QEMU_OPTS="-m 256"