tazlito rev 280 5.0

Up doc style
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 19:14:46 2012 +0200 (2012-05-05)
parents ce45f609782c
children 03e65de06780
files doc/style.css doc/tazlito.en.html doc/tazlito.fr.html doc/tazlito.pt_BR.html
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/style.css	Sat May 05 19:14:46 2012 +0200
     1.3 @@ -0,0 +1,48 @@
     1.4 +/* CSS style for SliTaz Doc */
     1.5 +
     1.6 +html { min-height:  102%; }
     1.7 +body { font: 88% sans-serif, vernada, arial; margin: 0; }
     1.8 +h1 { margin: 0; padding: 8px; color: #fff; font-size: 20px; }
     1.9 +h2 { color: #d66018; } h3 { color: #666; font-size: 140%; }
    1.10 +a:hover { text-decoration: none; }
    1.11 +img { border: 0pt none; vertical-align: middle; }
    1.12 +pre {
    1.13 +	background-color: #f8f8f8;
    1.14 +	border: 1px solid #ddd;
    1.15 +	padding: 10px;
    1.16 +	border-radius: 4px;
    1.17 +}
    1.18 +
    1.19 +#header {
    1.20 +	background: #351a0a;
    1.21 +	height: 40px;
    1.22 +	border-bottom: 8px solid #d66018;
    1.23 +}
    1.24 +
    1.25 +#content {
    1.26 +	margin: 40px 80px;
    1.27 +	text-align: justify;
    1.28 +}
    1.29 +
    1.30 +#footer {
    1.31 +	text-align: center;
    1.32 +	padding: 20px;
    1.33 +	border-top: 1px solid #ddd;
    1.34 +}
    1.35 +
    1.36 +/* Languages */
    1.37 +
    1.38 +#lang {
    1.39 +	float: right;
    1.40 +	padding: 6px;
    1.41 +	font-size: 11px;
    1.42 +}
    1.43 +
    1.44 +#lang a {
    1.45 +	text-decoration: none;
    1.46 +	padding: 0 2px;
    1.47 +}
    1.48 +
    1.49 +#lang a:hover {
    1.50 +	text-decoration: underline;
    1.51 +}
     2.1 --- a/doc/tazlito.en.html	Fri May 04 18:21:22 2012 +0200
     2.2 +++ b/doc/tazlito.en.html	Sat May 05 19:14:46 2012 +0200
     2.3 @@ -1,32 +1,18 @@
     2.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7 +<!DOCTYPE html>
     2.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
     2.9  <head>
    2.10 -	<title>Tazlito Manual - SliTaz Live Tool</title>
    2.11 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.12 -	<meta name="description" content="" />
    2.13 -	<meta name="expires" content="never" />
    2.14 -	<meta name="modified" content="2011-02-24 13:30:00" />
    2.15 -	<style type="text/css"><!--
    2.16 -	body { font: 90% sans-serif, vernada, arial; margin: 0; 
    2.17 -		border-top: 34px solid #f1f1f1; }
    2.18 -	#header { background: #351a0a; color: black; height: 50px;
    2.19 -		border-top: 1px solid black; border-bottom: 1px solid black; }
    2.20 -	#content { margin: 0px 50px 26px 50px; }
    2.21 -	h1 { margin: 14px 0px 0px 16px; color: #fff; margin: 10px; }
    2.22 -	h3 { font-weight: bold; color: #666666; }
    2.23 -	li { line-height: 1.4em; }
    2.24 -	pre { padding: 5px; color: black; background: #e1e0b0;
    2.25 -		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
    2.26 -	code { font-size: 100%; color: #669900; background: transparent; }
    2.27 -	hr { color: white; background: white; height: 1px; border: 0; }
    2.28 -	--></style>
    2.29 +	<title>TazLito Manual - SliTaz Live Tool</title>
    2.30 +	<meta charset="utf-8" />
    2.31 +	<link rel="shortcut icon" href="favicon.ico" />
    2.32 +	<link rel="stylesheet" type="text/css" href="style.css" />
    2.33  </head>
    2.34 -<body bgcolor="#ffffff">
    2.35 +<body>
    2.36 +
    2.37 +<!-- Header -->
    2.38  <div id="header">
    2.39  	<h1>Tazlito Manual</h1>
    2.40  </div>
    2.41 -<hr />
    2.42 +
    2.43  <!-- Start content -->
    2.44  <div id="content">
    2.45  
    2.46 @@ -43,14 +29,14 @@
    2.47  <h2>DESCRIPTION</h2>
    2.48  <p>
    2.49  Tazlito is a small utility to extract a LiveCD, rebuild the
    2.50 -ISO image and regenerate the root filesystem of the LiveCD. 
    2.51 -Tazlito can also generate a distribution from a list of packages 
    2.52 -previously downloaded. To run, Tazlito uses the configuration file 
    2.53 -/etc/tazlito/tazlito.conf or an easily generated tazlito.conf 
    2.54 -found in the current directory. 
    2.55 -It specifies the name of the ISO, volume, maintainer and 
    2.56 -the paths of the packages to distribute and the generated ISO. 
    2.57 -Tazlito can also set up a directory containing additional files 
    2.58 +ISO image and regenerate the root filesystem of the LiveCD.
    2.59 +Tazlito can also generate a distribution from a list of packages
    2.60 +previously downloaded. To run, Tazlito uses the configuration file
    2.61 +/etc/tazlito/tazlito.conf or an easily generated tazlito.conf
    2.62 +found in the current directory.
    2.63 +It specifies the name of the ISO, volume, maintainer and
    2.64 +the paths of the packages to distribute and the generated ISO.
    2.65 +Tazlito can also set up a directory containing additional files
    2.66  which will be copied to the LiveCD when generating the distribution.
    2.67  </p>
    2.68  <p>
    2.69 @@ -108,11 +94,11 @@
    2.70  <a name="gen-iso"></a>
    2.71  <h3>gen-iso</h3>
    2.72  <p>
    2.73 -The 'gen-iso' command can generate a 
    2.74 -new LiveCD image following modifications and additions to the 
    2.75 -root filesystem of the cdrom. To function, this command needs 
    2.76 -a directory containing the distro-tree of the Live system. 
    2.77 -This tree can easily be built with the 'extract-distro' command, 
    2.78 +The 'gen-iso' command can generate a
    2.79 +new LiveCD image following modifications and additions to the
    2.80 +root filesystem of the cdrom. To function, this command needs
    2.81 +a directory containing the distro-tree of the Live system.
    2.82 +This tree can easily be built with the 'extract-distro' command,
    2.83  modified and rebuilt via:
    2.84  </p>
    2.85  <pre>
    2.86 @@ -134,7 +120,7 @@
    2.87  <a name="list-flavors"></a>
    2.88  <h3>list-flavors</h3>
    2.89  <p>
    2.90 -The 'list-flavors' command downloads (if necessary) and displays 
    2.91 +The 'list-flavors' command downloads (if necessary) and displays
    2.92  a list of the different flavors available. You can force the
    2.93  download with the --recharge option:
    2.94  </p>
    2.95 @@ -156,12 +142,12 @@
    2.96  <a name="show-flavors"></a>
    2.97  <h3>show-flavor</h3>
    2.98  <p>
    2.99 -The 'show-flavor' command displays the description of the 
   2.100 +The 'show-flavor' command displays the description of the
   2.101  flavor and its size after regeneration. The options
   2.102  --brief and --noheader reduce the output displayed:
   2.103  </p>
   2.104  <pre>
   2.105 - # tazlito show-flavor particular-flavor 
   2.106 + # tazlito show-flavor particular-flavor
   2.107   # tazlito show-flavor particular-flavor --brief
   2.108   # tazlito show-flavor particular-flavor --brief --noheader
   2.109  </pre>
   2.110 @@ -181,7 +167,7 @@
   2.111  <h3>gen-liveflavor</h3>
   2.112  <p>
   2.113  The 'gen-liveflavor' command creates a description file of a new
   2.114 -flavor from the results of generating a distro based on the 
   2.115 +flavor from the results of generating a distro based on the
   2.116  current system. The --help option provides more information:
   2.117  </p>
   2.118  <pre> # tazlito gen-liveflavor
   2.119 @@ -227,7 +213,7 @@
   2.120  The 'extract-distro' command is used to extract an ISO image
   2.121  from the LiveCD to rebuild the structure of the root cdrom
   2.122  and system. It is then possible to make the desired changes
   2.123 -or additions and rebuild the ISO image via 'gen-iso' or 
   2.124 +or additions and rebuild the ISO image via 'gen-iso' or
   2.125  'gen-initiso'. Example of use:
   2.126  </p>
   2.127  <pre>
   2.128 @@ -245,7 +231,7 @@
   2.129  from a flavor with the 'get-flavor' command. If one uses the
   2.130  LiveCD, the options --cdrom and --iso= permit the regeneration
   2.131  of packages that place files in /boot without being obliged
   2.132 -to download them and recovers the additional files of the 
   2.133 +to download them and recovers the additional files of the
   2.134  LiveCD. The path to the various directories are configured
   2.135  in the configuration file and packages can be downloaded
   2.136  from the SliTaz mirrors or generated by Cookutils. To generate
   2.137 @@ -281,11 +267,11 @@
   2.138  <a name="writeiso"></a>
   2.139  <h3>writeiso</h3>
   2.140  <p>
   2.141 -This command will write the current filesystem to a cpio archive 
   2.142 -(rootfs.gz) and then generate a bootable ISO image. Writeiso can 
   2.143 -be used in a HD install or in live mode and will also archive your 
   2.144 -current /home directory. This command lets you easily remaster and 
   2.145 -build your own LiveCD image, just boot, modify any files, and then: 
   2.146 +This command will write the current filesystem to a cpio archive
   2.147 +(rootfs.gz) and then generate a bootable ISO image. Writeiso can
   2.148 +be used in a HD install or in live mode and will also archive your
   2.149 +current /home directory. This command lets you easily remaster and
   2.150 +build your own LiveCD image, just boot, modify any files, and then:
   2.151  
   2.152  </p>
   2.153  <pre>
   2.154 @@ -297,11 +283,11 @@
   2.155  <a name="frugal-install"></a>
   2.156  <h3>frugal-install</h3>
   2.157  <p>
   2.158 -Perfom a frugal installation into /boot/frugal and add a GRUB entry 
   2.159 -if needed. Frugal mode will make SliTaz work completely in memory 
   2.160 -(RAM) - useful to test a distro without burning an ISO or to have a 
   2.161 -rescue system ready to use when the computer powers on. To install 
   2.162 -all needed files from a distro tree or an ISO image: 
   2.163 +Perfom a frugal installation into /boot/frugal and add a GRUB entry
   2.164 +if needed. Frugal mode will make SliTaz work completely in memory
   2.165 +(RAM) - useful to test a distro without burning an ISO or to have a
   2.166 +rescue system ready to use when the computer powers on. To install
   2.167 +all needed files from a distro tree or an ISO image:
   2.168  </p>
   2.169  <pre>
   2.170   # tazlito frugal-install
   2.171 @@ -332,7 +318,7 @@
   2.172  <p>
   2.173  Combines several flavors like nested Russian dolls. Each rootfs is a
   2.174  subset of the previous. The first rootfs is extracted from the ISO image
   2.175 -used in the third argument. The flavor will then be chosen to launch at 
   2.176 +used in the third argument. The flavor will then be chosen to launch at
   2.177  startup according to the amount of RAM available:
   2.178  </p>
   2.179  <pre>
   2.180 @@ -378,7 +364,7 @@
   2.181  
   2.182  <h2>FLAVORS</h2>
   2.183  <p>
   2.184 -A <i>.flavor</i> file contains just a few KB of information needed to 
   2.185 +A <i>.flavor</i> file contains just a few KB of information needed to
   2.186  (re)manufacture a custom LiveCD of SliTaz.
   2.187  </p>
   2.188  
   2.189 @@ -401,7 +387,7 @@
   2.190  justX             16.1M  51.2M  SliTaz with a minimal X environment
   2.191  </pre>
   2.192  <p>
   2.193 -We will start by remanufacturing the <i>eeepc</i> flavor which uses 105.4M of RAM 
   2.194 +We will start by remanufacturing the <i>eeepc</i> flavor which uses 105.4M of RAM
   2.195  and has a CD-ROM size of 31.2M:
   2.196  </p>
   2.197  <pre>
   2.198 @@ -421,7 +407,7 @@
   2.199  	<li>Either directly create the tree structure that defines the flavor
   2.200  	(see <b>tazlito extract-flavor</b>) and then create the flavor with
   2.201  	<b>tazlito pack-flavor</b></li>
   2.202 -	<li>Either use the 
   2.203 +	<li>Either use the
   2.204  	<a href="http://pizza.slitaz.org/">online builder</a></li>
   2.205  </ul>
   2.206  
   2.207 @@ -530,7 +516,7 @@
   2.208  <p>
   2.209  A meta flavor contains several flavors like nested Russian dolls. The flavor
   2.210  will be launched at startup according to the amount of RAM available.
   2.211 -The ROOTFS_SELECTION variable defines the minimim RAM and corresponding 
   2.212 +The ROOTFS_SELECTION variable defines the minimim RAM and corresponding
   2.213  flavor parameters, <a href="http://hg.slitaz.org/flavors/file/tip/core-3in1/receipt">
   2.214  example</a>:
   2.215  </p>
   2.216 @@ -544,7 +530,8 @@
   2.217  
   2.218  <h2>MAINTAINER</h2>
   2.219  <p>
   2.220 -Christophe Lincoln &lt;pankso at slitaz.org&gt;
   2.221 +Christophe Lincoln &lt;pankso at slitaz.org&gt;<br />
   2.222 +Pascal bellard &lt;pascal.bellard at slitaz.org&gt;
   2.223  </p>
   2.224  
   2.225  <!-- End content -->
     3.1 --- a/doc/tazlito.fr.html	Fri May 04 18:21:22 2012 +0200
     3.2 +++ b/doc/tazlito.fr.html	Sat May 05 19:14:46 2012 +0200
     3.3 @@ -1,32 +1,17 @@
     3.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     3.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     3.7 +<!DOCTYPE html>
     3.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
     3.9  <head>
    3.10 -	<title>Tazlito Manual - SliTaz Live Tool</title>
    3.11 -	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.12 -	<meta name="description" content="" />
    3.13 -	<meta name="expires" content="never" />
    3.14 -	<meta name="modified" content="2011-02-24 13:30:00" />
    3.15 -	<style type="text/css"><!--
    3.16 -	body { font: 90% sans-serif, vernada, arial; margin: 0; 
    3.17 -		border-top: 34px solid #f1f1f1; }
    3.18 -	#header { background: #351a0a; color: black; height: 50px;
    3.19 -		border-top: 1px solid black; border-bottom: 1px solid black; }
    3.20 -	#content { margin: 0px 50px 26px 50px; }
    3.21 -	h1 { margin: 14px 0px 0px 16px; color: #fff; margin: 10px; }
    3.22 -	h3 { font-weight: bold; color: #666666; }
    3.23 -	li { line-height: 1.4em; }
    3.24 -	pre { padding: 5px; color: black; background: #e1e0b0;
    3.25 -		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
    3.26 -	code { font-size: 100%; color: #669900; background: transparent; }
    3.27 -	hr { color: white; background: white; height: 1px; border: 0; }
    3.28 -	--></style>
    3.29 +	<title>Manuel de TazLito</title>
    3.30 +	<meta charset="utf-8" />
    3.31 +	<link rel="shortcut icon" href="favicon.ico" />
    3.32 +	<link rel="stylesheet" type="text/css" href="style.css" />
    3.33  </head>
    3.34 -<body bgcolor="#ffffff">
    3.35 +<body>
    3.36 +
    3.37  <div id="header">
    3.38  	<h1>Tazlito Manual</h1>
    3.39  </div>
    3.40 -<hr />	
    3.41 +
    3.42  <!-- Start content -->
    3.43  <div id="content">
    3.44  
    3.45 @@ -56,8 +41,8 @@
    3.46  de la génération de la distribution.
    3.47  </p>
    3.48  <p>
    3.49 -Tazlito est, distribué sous licence libre GNU gpl v3, installé par défaut sur 
    3.50 -SliTaz et installé/testé avec succès sur Debian GNU/Linux. Vous trouverez 
    3.51 +Tazlito est, distribué sous licence libre GNU gpl v3, installé par défaut sur
    3.52 +SliTaz et installé/testé avec succès sur Debian GNU/Linux. Vous trouverez
    3.53  aussi un complément d'informations au sujet de création de sa propre version
    3.54  du LiveCD, via le livre de cuisine (Cookbook) de SliTaz
    3.55  (http://www.slitaz.org/doc/cookbook/) et le Handbook.
    3.56 @@ -146,10 +131,10 @@
    3.57  <h3>get-flavor</h3>
    3.58  <p>
    3.59  La commande 'get-flavor' télécharge si nécessaire et prépare les fichiers
    3.60 -nécessaires à 'gen-distro' pour refabriquer une saveur. 
    3.61 +nécessaires à 'gen-distro' pour refabriquer une saveur.
    3.62  </p>
    3.63  <pre>
    3.64 - # tazlito get-flavor saveur-particuliere 
    3.65 + # tazlito get-flavor saveur-particuliere
    3.66  </pre>
    3.67  
    3.68  <a name="show-flavor"></a>
    3.69 @@ -160,7 +145,7 @@
    3.70  l'affichage produit.
    3.71  </p>
    3.72  <pre>
    3.73 - # tazlito show-flavor saveur-particuliere 
    3.74 + # tazlito show-flavor saveur-particuliere
    3.75   # tazlito show-flavor saveur-particuliere --brief
    3.76   # tazlito show-flavor saveur-particuliere --brief --noheader
    3.77  </pre>
    3.78 @@ -182,7 +167,7 @@
    3.79  La commande 'gen-liveflavor' crée une image ISO et un fichier de description
    3.80  d'une nouvelle saveur à partir de la distribution courante. Un fichier texte
    3.81  optionnel permetde décrire les modifications à faire par rapport à la
    3.82 -distribution courante. Le format de chacune de ses lignes est 
    3.83 +distribution courante. Le format de chacune de ses lignes est
    3.84  [code][tabulation][caractères]. Les valeurs possibles de code sont +,-,@,! et ?
    3.85  pour ajouter un paquet, le retirer, décrire la saveur, ajouter un paquet non
    3.86  libre, et afficher un message à l'écran.
    3.87 @@ -392,7 +377,7 @@
    3.88  On choisit la saveur à refabriquer parmi celles disponibles.
    3.89  </p>
    3.90  <pre>
    3.91 -# tazlito list-flavors   
    3.92 +# tazlito list-flavors
    3.93  
    3.94  List of flavors
    3.95  ================================================================================
    3.96 @@ -426,10 +411,10 @@
    3.97  </li>
    3.98  <li>
    3.99  Soit créer directement l'arboscence qui définie la saveur (voir la commande
   3.100 -<b>tazlito extract-flavor</b>) puis créer la saveur avec 
   3.101 +<b>tazlito extract-flavor</b>) puis créer la saveur avec
   3.102  <b>tazlito pack-flavor</b>.
   3.103  </li>
   3.104 -<li>Soit utiliser le 
   3.105 +<li>Soit utiliser le
   3.106  <a href="http://pizza.slitaz.org/">générateur de saveur en ligne</a> :
   3.107  </li>
   3.108  </ul>
   3.109 @@ -488,12 +473,12 @@
   3.110  Ce fichier est absent si ROOTFS_SELECTION est précisé dans receipt.
   3.111  </li>
   3.112  <li>
   3.113 -Le fichier optionnel <b>mirrors</b> contenant la liste des miroirs non 
   3.114 +Le fichier optionnel <b>mirrors</b> contenant la liste des miroirs non
   3.115  officiels (undigest) à ajouter pour inclure des paquets personnels.
   3.116  </li>
   3.117  <li>
   3.118  Le répertoire optionnel <b>rootfs</b> contenant l'arborescence à ajouter dans
   3.119 -le système de fichier racine rootfs.gz (des fichiers de configuration 
   3.120 +le système de fichier racine rootfs.gz (des fichiers de configuration
   3.121  habituellement).
   3.122  </li>
   3.123  <li>
   3.124 @@ -546,7 +531,7 @@
   3.125  exemple</a>&nbsp;:
   3.126  </p>
   3.127  <pre>
   3.128 -ROOTFS_SELECTION="160M core 96M justX 32M base" 
   3.129 +ROOTFS_SELECTION="160M core 96M justX 32M base"
   3.130  </pre>
   3.131  <p>
   3.132  Une meta saveur n'a pas de liste de paquets <i>(packages.list)</i>.
   3.133 @@ -556,7 +541,8 @@
   3.134  
   3.135  <h2>MAINTENEUR</h2>
   3.136  <p>
   3.137 -Christophe Lincoln &lt;pankso at slitaz.org&gt;
   3.138 +Christophe Lincoln &lt;pankso at slitaz.org&gt;<br />
   3.139 +Pascal bellard &lt;pascal.bellard at slitaz.org&gt;
   3.140  </p>
   3.141  
   3.142  <!-- End content -->
     4.1 --- a/doc/tazlito.pt_BR.html	Fri May 04 18:21:22 2012 +0200
     4.2 +++ b/doc/tazlito.pt_BR.html	Sat May 05 19:14:46 2012 +0200
     4.3 @@ -1,32 +1,17 @@
     4.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     4.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt" lang="pt">
     4.7 +<!DOCTYPE html>
     4.8 +<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
     4.9  <head>
    4.10 -    <title>Manual Tazlito - Ferramenta Live do SliTaz</title>
    4.11 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.12 -    <meta name="description" content="" />
    4.13 -    <meta name="expires" content="never" />
    4.14 -    <meta name="modified" content="2011-02-24 13:30:00" />
    4.15 -    <style type="text/css"><!--
    4.16 -	body { font: 90% sans-serif, vernada, arial; margin: 0; 
    4.17 -		border-top: 34px solid #f1f1f1; }
    4.18 -	#header { background: #351a0a; color: black; height: 50px;
    4.19 -		border-top: 1px solid black; border-bottom: 1px solid black; }
    4.20 -	#content { margin: 0px 50px 26px 50px; }
    4.21 -	h1 { margin: 14px 0px 0px 16px; color: #fff; margin: 10px; }
    4.22 -	h3 { font-weight: bold; color: #666666; }
    4.23 -	li { line-height: 1.4em; }
    4.24 -	pre { padding: 5px; color: black; background: #e1e0b0;
    4.25 -		border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
    4.26 -	code { font-size: 100%; color: #669900; background: transparent; }
    4.27 -	hr { color: white; background: white; height: 1px; border: 0; }
    4.28 -	--></style>
    4.29 +	<title>Manual Tazlito - Ferramenta Live do SliTaz</title>
    4.30 +	<meta charset="utf-8" />
    4.31 +	<link rel="shortcut icon" href="favicon.ico" />
    4.32 +	<link rel="stylesheet" type="text/css" href="style.css" />
    4.33  </head>
    4.34 -<body bgcolor="#ffffff">
    4.35 +<body>
    4.36 +
    4.37  <div id="header">
    4.38  	<h1>Manual Tazlito</h1>
    4.39  </div>
    4.40 -<hr />
    4.41 +
    4.42  <!-- Start content -->
    4.43  <div id="content">
    4.44  
    4.45 @@ -45,13 +30,13 @@
    4.46  <p>
    4.47  Tazlito é um pequeno utilitário que extrai um LiveCD, reconstrói a imagem ISO
    4.48  e regenera o sistema de arquivos root do LiveCD, criando uma variante
    4.49 -(flavor) da distribuição. O Tazlito também pode gerar uma distribuição a 
    4.50 -partir de uma lista de pacotes previamente baixados. Para rodar, o Tazlito 
    4.51 -usa o arquivo de configuração /etc/slitaz-tools/tazlito.conf ou o 
    4.52 +(flavor) da distribuição. O Tazlito também pode gerar uma distribuição a
    4.53 +partir de uma lista de pacotes previamente baixados. Para rodar, o Tazlito
    4.54 +usa o arquivo de configuração /etc/slitaz-tools/tazlito.conf ou o
    4.55  tazlito.conf gerado pelo Tazlito no diretório atual. Este arquivo especifica
    4.56 -o nome da ISO, volume, mantenedor, os caminhos dos pacotes a serem incluidos 
    4.57 -e da ISO a ser gerada. Tazlito também pode ser usado para configurar um 
    4.58 -diretório contendo arquivos adicionais que serão copiados para o LiveCD na 
    4.59 +o nome da ISO, volume, mantenedor, os caminhos dos pacotes a serem incluidos
    4.60 +e da ISO a ser gerada. Tazlito também pode ser usado para configurar um
    4.61 +diretório contendo arquivos adicionais que serão copiados para o LiveCD na
    4.62  geração da distribuição.
    4.63  </p>
    4.64  
    4.65 @@ -121,7 +106,7 @@
    4.66  <a name="gen-initiso"></a>
    4.67  <h3>gen-initiso</h3>
    4.68  <p>
    4.69 -O comando "gen-initiso" faz o mesmo que o "gen-iso", mas antes ele reconstrói o 
    4.70 +O comando "gen-initiso" faz o mesmo que o "gen-iso", mas antes ele reconstrói o
    4.71  sistema comprimido initramfs. O initramfs contem o sistema de arquivos root e
    4.72  deve ser reconstruído se modificado:
    4.73  </p>
    4.74 @@ -157,7 +142,7 @@
    4.75  As opções --brief e --hoheader reduzem a saida do comando:
    4.76  </p>
    4.77  <pre>
    4.78 - # tazlito show-flavor particular-flavor 
    4.79 + # tazlito show-flavor particular-flavor
    4.80   # tazlito show-flavor particular-flavor --brief
    4.81   # tazlito show-flavor particular-flavor --brief --noheader
    4.82  </pre>
    4.83 @@ -198,7 +183,7 @@
    4.84  <h3>extract-flavor</h3>
    4.85  <p>
    4.86  O comando 'extract-flavor' converte um flavor em uma estrutura de pastas
    4.87 -facilmente modificável em /home/slitaz/VERSION/flavors que pode ser ser 
    4.88 +facilmente modificável em /home/slitaz/VERSION/flavors que pode ser ser
    4.89  gerenciada com o mercurial:
    4.90  <a href="http://hg.slitaz.org/flavors">http://hg.slitaz.org/flavors</a>.
    4.91  </p>
    4.92 @@ -209,8 +194,8 @@
    4.93  <a name="pack-flavor"></a>
    4.94  <h3>pack-flavor</h3>
    4.95  <p>
    4.96 -Este comando converte uma estrutura de pastas encontrada em 
    4.97 -/home/slitaz/VERSION/flavors em um arquivo de variante (.flavor). É o 
    4.98 +Este comando converte uma estrutura de pastas encontrada em
    4.99 +/home/slitaz/VERSION/flavors em um arquivo de variante (.flavor). É o
   4.100  inverso do que o comando 'extract-flavor' faz:
   4.101  </p>
   4.102  <pre>
   4.103 @@ -220,9 +205,9 @@
   4.104  <a name="extract-distro"></a>
   4.105  <h3>extract-distro</h3>
   4.106  <p>
   4.107 -Este comando é usado para extrair uma imagem ISO do LiveCD e reconstruir a 
   4.108 +Este comando é usado para extrair uma imagem ISO do LiveCD e reconstruir a
   4.109  estrutura do cdrom e sistema root. Isto possibilita fazer as mudanças desejadas,
   4.110 -adições e reconstruções da imagem ISO por meio do comando "gen-iso" ou 
   4.111 +adições e reconstruções da imagem ISO por meio do comando "gen-iso" ou
   4.112  "gen-initiso". Exemplo de uso:
   4.113  </p>
   4.114  <pre>
   4.115 @@ -235,9 +220,9 @@
   4.116  O comando para <em>Geração de Distribuição</em> pode gerar a árvore da distribuição
   4.117  e a imagem ISO por meio de uma lista de pacotes. Para funcionar, este comando
   4.118  precisa da lista de pacotes, um diretório contendo todos os pacotes .tazpgk
   4.119 -especificados na lista e um diretório para gerar a distribuição. A lista de 
   4.120 -pacotes pode ser extraida de uma variante pelo comando "get-flavor". Ao se 
   4.121 -utilizar o LiveCD, as opções --cdrom e --iso= permitem a regeneração dos 
   4.122 +especificados na lista e um diretório para gerar a distribuição. A lista de
   4.123 +pacotes pode ser extraida de uma variante pelo comando "get-flavor". Ao se
   4.124 +utilizar o LiveCD, as opções --cdrom e --iso= permitem a regeneração dos
   4.125  pacotes que adicionam arquivos ao diretório /boot sem que seja necessário o
   4.126  download dos mesmos e recuperam os arquivos adicionais do LiveCD. O caminho
   4.127  para os vários diretórios é informado no arquivo de configuração e os pacotes
   4.128 @@ -276,7 +261,7 @@
   4.129  Este comando irá converter o sistema de arquivos atual em um arquivo
   4.130  cpio (rootfs.gz) e então gerar uma imagem ISO inicializável. Pode ser
   4.131  usado tanto em instalações no HD quanto em modo LiveCD, e irá arquivar
   4.132 -também o conteúdo do diretório /home. Com ele, pode-se facilmente 
   4.133 +também o conteúdo do diretório /home. Com ele, pode-se facilmente
   4.134  remasterizar e construir sua própria imagem de LiveCD. Para tanto
   4.135  inicie o sistema, modifique arquivos, instale pacotes e então:
   4.136  </p>
   4.137 @@ -344,16 +329,16 @@
   4.138   # tazlito build-loram slitaz.iso loram-cdrom.iso cdrom
   4.139  </pre>
   4.140  
   4.141 -<a name="emu-iso"></a> 
   4.142 -<h3>emu-iso</h3> 
   4.143 -<p> 
   4.144 +<a name="emu-iso"></a>
   4.145 +<h3>emu-iso</h3>
   4.146 +<p>
   4.147  O comando emu-iso utiliza o emulador Qemu para iniciar e rodar o SliTaz.
   4.148 -É util para testar a iso criada sem a necessidade de gravá-la em um 
   4.149 +É util para testar a iso criada sem a necessidade de gravá-la em um
   4.150  cdrom ou bootar em modo frugal.
   4.151 -</p> 
   4.152 +</p>
   4.153  <pre> # tazlito emu-iso
   4.154   # tazlito emu-iso path/to/image.iso
   4.155 -</pre> 
   4.156 +</pre>
   4.157  
   4.158  <a name="burn-iso"></a>
   4.159  <h3>burn-iso</h3>
   4.160 @@ -394,7 +379,7 @@
   4.161  justX             16.1M  51.2M  SliTaz with a minimal X environment
   4.162  </pre>
   4.163  <p>
   4.164 -Como exeplo, começaremos a reconstruir a variante <i>eeepc</i> que 
   4.165 +Como exeplo, começaremos a reconstruir a variante <i>eeepc</i> que
   4.166  ocupa 105.4M de RAM e possui um tamanho de imagem ISO de 31.2M:
   4.167  </p>
   4.168  <pre>
   4.169 @@ -423,10 +408,10 @@
   4.170  para a lista de discussão do SliTaz.
   4.171  </p>
   4.172  <p>
   4.173 -Os arquivos resultantes do comando <b>tazlito extract flavor</b> pode 
   4.174 +Os arquivos resultantes do comando <b>tazlito extract flavor</b> pode
   4.175  também ser colocado no repositório mercurial (http://repos.slitaz.org/flavors).
   4.176  Este método é preferido porque a estrutura de pastas poderá ser
   4.177 -acessada diretamente por uma 
   4.178 +acessada diretamente por uma
   4.179  <a href="http://hg.slitaz.org/flavors/file/tip">interface web</a>.
   4.180  </p>
   4.181  <p>
   4.182 @@ -468,12 +453,12 @@
   4.183  </li>
   4.184  <li>
   4.185  O arquivo <b>packages.list</b> contem a lista de pacotes sem especificar
   4.186 -uma versão (o tazlito sempre utiliza os últimos pacotes disponíveis). 
   4.187 -Este arquivo não aparece caso a variável ROOTFS_SELECTION esteja 
   4.188 +uma versão (o tazlito sempre utiliza os últimos pacotes disponíveis).
   4.189 +Este arquivo não aparece caso a variável ROOTFS_SELECTION esteja
   4.190  definida.
   4.191  </li>
   4.192  <li>
   4.193 -O arquivo opcional <b>mirrors</b> contem a lista de mirror não oficiais 
   4.194 +O arquivo opcional <b>mirrors</b> contem a lista de mirror não oficiais
   4.195  (undigest) a serem incluidos para se obter pacotes personalizados.
   4.196  </li>
   4.197  <li>
   4.198 @@ -525,7 +510,7 @@
   4.199  <p>
   4.200  Uma meta variante (meta flavor) contem diversas variantes juntas. Ao se
   4.201  iniciar o sistema com uma meta variante, uma variante contida no LiveCD
   4.202 -irá ser chamada dependendo do tamanho da memória RAM disponível. A 
   4.203 +irá ser chamada dependendo do tamanho da memória RAM disponível. A
   4.204  variável ROOTFS_SELECTION define o mínimo de RAM a ser utilizada e os
   4.205  parametros das variantes existentes. Exemplo usando a meta variante
   4.206  <a href="http://hg.slitaz.org/flavors/file/tip/core-3in1/receipt"></a>:
   4.207 @@ -540,7 +525,8 @@
   4.208  
   4.209  <h2>MANTENEDOR</h2>
   4.210  <p>
   4.211 -Christophe Lincoln &lt;pankso at slitaz.org&gt;
   4.212 +Christophe Lincoln &lt;pankso at slitaz.org&gt;<br />
   4.213 +Pascal bellard &lt;pascal.bellard at slitaz.org&gt;
   4.214  </p>
   4.215  
   4.216  <!-- End content -->