tazlito diff man/tazlito.conf.5 @ rev 483

Russian dolls should update /cdrom/boot too
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 22 22:52:39 2018 +0100 (2018-02-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/man/tazlito.conf.5	Thu Feb 22 22:52:39 2018 +0100
     1.3 @@ -0,0 +1,85 @@
     1.4 +.TH "tazlito.conf" "5" "17 Feb 2016"
     1.5 +.SH NAME
     1.6 +tazlito.conf \(em configuration for Tazlito
     1.7 +.SH SYNOPSIS
     1.8 +.B tazlito.conf
     1.9 +.SH DESCRIPTON
    1.10 +tazlito(1) uses this configuration file to work. If current directory contains
    1.11 +.IR tazlito.conf ,
    1.12 +it will be used, otherwise system-wide file
    1.13 +.I /etc/tazlito/tazlito.conf
    1.14 +will be used.
    1.15 +.PP
    1.16 +It have shell script syntax, so empty lines and lines starting with \(lq#\(rq
    1.17 +are ignored.
    1.18 +.SH VARIABLES
    1.19 +.TP
    1.20 +.B SLITAZ_VERSION
    1.21 +SliTaz version to use for ISO name and files path.
    1.22 +.sp
    1.23 +Default value is the current SliTaz system version (determined by
    1.24 +.I /etc/slitaz-release
    1.25 +file content), for example, \(lq5.0\(rq.
    1.26 +.TP
    1.27 +.B ISO_NAME
    1.28 +Name of the ISO image to generate.
    1.29 +.sp
    1.30 +Default value is
    1.31 +.RI \(lqslitaz- SLITAZ_VERSION \(rq
    1.32 +(is \(lqslitaz-5.0\(rq).
    1.33 +.TP
    1.34 +.B VOLUM_NAME
    1.35 +ISO image volume name.
    1.36 +.sp
    1.37 +Default value is \(lqSliTaz LiveCD\(rq.
    1.38 +.TP
    1.39 +.B PREPARED
    1.40 +Name of the preparer.
    1.41 +.sp
    1.42 +Default value is the login name of the user prepared the ISO (determined by the
    1.43 +content of the environment variable
    1.44 +.IR USER ),
    1.45 +for example \(lqtux\(rq.
    1.46 +.TP
    1.47 +.B WORK_DIR
    1.48 +Tazlito working directory containing flavors, distro and packages files.
    1.49 +.sp
    1.50 +Default value is
    1.51 +.RI \(lq/home/slitaz/ SLITAZ_VERSION \(rq
    1.52 +(is \(lq/home/slitaz/5.0\(rq).
    1.53 +.TP
    1.54 +.B PACKAGES_REPOSITORY
    1.55 +Path to the packages repository.
    1.56 +.sp
    1.57 +Default value is
    1.58 +.RI \(lq WORK_DIR /packages\(rq,
    1.59 +(is \(lq/home/slitaz/5.0/packages\(rq).
    1.60 +.TP
    1.61 +.B DISTRO
    1.62 +Path to the distro tree to gen-distro from a list of packages.
    1.63 +.sp
    1.64 +Default value is
    1.65 +.RI \(lq WORK_DIR /distro\(rq
    1.66 +(is \(lq/home/slitaz/5.0/distro\(rq).
    1.67 +.TP
    1.68 +.B FLAVORS_REPOSITORY
    1.69 +Path to the Live CD flavors files ( http://hg.slitaz.org/flavors ).
    1.70 +.sp
    1.71 +Default value is
    1.72 +.RI \(lq WORK_DIR /flavors\(rq
    1.73 +(is \(lq/home/slitaz/5.0/flavors\(rq).
    1.74 +.TP
    1.75 +.B ADDFILES
    1.76 +Path to the directory containing additional files to copy into the rootfs and
    1.77 +rootcd of the Live CD.
    1.78 +.sp
    1.79 +Default value is
    1.80 +.RI \(lq DISTRO /addfiles\(rq
    1.81 +(is \(lq/home/slitaz/5.0/distro/addfiles\(rq).
    1.82 +.TP
    1.83 +.B QEMU_OPTS
    1.84 +QEMU emulator options for the tazlito command \(lqemu-iso\(rq.
    1.85 +.sp
    1.86 +Default value is \(lq-m 256\(rq. See the QEMU documentation for details.
    1.87 +.SH SEE ALSO
    1.88 +tazlito(1), flavor(5)