SliTaz Man Pages

Community Doc Forum Pro Shop Bugs Hg Cook

tazlito.conf

Section: File Formats (5)
Updated: 17 Feb 2016
Index Return to Main Contents

NAME

tazlito.conf — configuration for Tazlito

SYNOPSIS

tazlito.conf

DESCRIPTON

tazlito(1) uses this configuration file to work. If current directory contains tazlito.conf, it will be used, otherwise system-wide file /etc/tazlito/tazlito.conf will be used.

It have shell script syntax, so empty lines and lines starting with “#” are ignored.

VARIABLES

SLITAZ_VERSION
SliTaz version to use for ISO name and files path.

Default value is the current SliTaz system version (determined by /etc/slitaz-release file content), for example, “5.0”.

ISO_NAME
Name of the ISO image to generate.

Default value is “slitaz-SLITAZ_VERSION” (is “slitaz-5.0”).

VOLUM_NAME
ISO image volume name.

Default value is “SliTaz LiveCD”.

PREPARED
Name of the preparer.

Default value is the login name of the user prepared the ISO (determined by the content of the environment variable USER), for example “tux”.

WORK_DIR
Tazlito working directory containing flavors, distro and packages files.

Default value is “/home/slitaz/SLITAZ_VERSION” (is “/home/slitaz/5.0”).

PACKAGES_REPOSITORY
Path to the packages repository.

Default value is “WORK_DIR/packages”, (is “/home/slitaz/5.0/packages”).

DISTRO
Path to the distro tree to gen-distro from a list of packages.

Default value is “WORK_DIR/distro” (is “/home/slitaz/5.0/distro”).

FLAVORS_REPOSITORY
Path to the Live CD flavors files ( http://hg.slitaz.org/flavors ).

Default value is “WORK_DIR/flavors” (is “/home/slitaz/5.0/flavors”).

ADDFILES
Path to the directory containing additional files to copy into the rootfs and rootcd of the Live CD.

Default value is “DISTRO/addfiles” (is “/home/slitaz/5.0/distro/addfiles”).

QEMU_OPTS
QEMU emulator options for the tazlito command “emu-iso”.

Default value is “-m 256”. See the QEMU documentation for details.

SEE ALSO

tazlito(1), flavor(5)

Index

NAME
SYNOPSIS
DESCRIPTON
VARIABLES
SEE ALSO