website view en/get/flavors.php @ rev 930

RSS Feed is now relayed on Twitter and Facebook (all contributor can use it)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 20:30:07 2012 +0100 (2012-03-12)
parents
children f675136340cd
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz LiveCD Flavors</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux LiveCD" />
8 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln" />
12 <link rel="shortcut icon" href="../../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
14 </head>
15 <body>
17 <?php
18 include("../../config.php");
19 include("../../lib/html/header.html");
20 ?>
22 <!-- Block -->
23 <div id="block">
24 <?php include("../../lib/html/nav.en.html"); ?>
25 <!-- Information/image -->
26 <div id="block_info">
27 <h4>Download flavors</h4>
28 <p>
29 The system of LiveCD flavors is a simple means for the community
30 to generate ISO images for certain tasks by offering a selection
31 of specific packages. There are two possibilities to create a
32 flavor, use a flavor made by the community or create your own
33 via a simple to use graphical interface.
34 </p>
35 </div>
36 </div>
38 <!-- Content -->
39 <div id="content">
41 <h2>LiveCD ISO Image to taste</h2>
43 <p>
44 For convenience, the SliTaz team propose some ISO flavors for the stable
45 and cooking versions:
46 </p>
48 <p class="box">
49 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-xvesa.iso">
50 slitaz-3.0-xvesa.iso</a>
51 [29.0M] - Fully-featured desktop environment using the tiny Xvesa graphical
52 server and providing a nice range of software for daily tasks
53 </p>
55 <p class="box">
56 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-firefox.iso">
57 slitaz-3.0-firefox.iso</a>
58 [29.0M] - Small desktop environment featuring Mozilla Firefox
59 </p>
61 <p class="box">
62 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-justx.iso">
63 slitaz-3.0-justx.iso</a>
64 [15.0M] - Small desktop environment powered by Xorg and Openbox, using just
65 an X environment and tools to build your own desktop
66 </p>
68 <p class="box">
69 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-base.iso">
70 slitaz-3.0-base.iso</a>
71 [8.0M] - Base system in text mode and including useful commandline tools.
72 A good choice for a server installation
73 </p>
75 <p class="box">
76 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram.iso">
77 slitaz-3.0-loram.iso</a>
78 [35.0M] - Loram flavor that can start SliTaz on machines with very limited
79 resources and needs only 80MB without disabling the cdrom
80 </p>
82 <p class="box">
83 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-loram-cdrom.iso">
84 slitaz-3.0-loram-cdrom.iso</a>
85 [131.0M] - Loram flavor that can boot with only 16 MB and a little swap
86 memory, but is unable to release the cdrom
87 </p>
89 <p class="box">
90 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-3in1.iso">
91 slitaz-3.0-3in1.iso</a>
92 [30.0M] - 3in1 flavor containing the base, justx and core ISOs
93 </p>
96 <div class="box">
97 <img src="../../images/network.png" alt="png" />
98 Browse flavors directory on the mirror:
99 <a href="http://mirror.slitaz.org/iso/stable/flavors/">Stable</a> |
100 <a href="http://mirror.slitaz.org/iso/cooking/flavors/">Cooking</a>
101 </div>
103 <h2>Getting and generating a flavor</h2>
104 <p>
105 A <em>flavor</em> is a (.flavor) file to generate a special flavor.
106 The graphical tool Tazlitobox can create a flavor in a few
107 mouse clicks. The Tazlito
108 <a href="http://hg.slitaz.org/tazlito/raw-file/tip/doc/tazlito.en.html">manual</a>
109 and <a href="http://doc.slitaz.org/en:handbook:genlivecd">documentation</a>
110 provide detailed instructions on the generation of flavors. On the
111 command line, you can get a list of available flavors via
112 <code>tazlito list-flavors</code>.
113 </p>
115 <h3>Create and share your own flavor</h3>
116 <p>
117 The stable and cooking versions offer the flavor <em>core</em> on the
118 mirror, it can be used as a basis to create your own flavor.
119 The documentation in the Handbook provides all the necessary
120 instructions to <a href="http://doc.slitaz.org/en:handbook:genlivecd"
121 >create your own LiveCD flavor</a>.
122 </p>
123 <p>
124 If you have created your own flavor to taste, you can send it on the
125 <a href="../mailing-list.php">discussion list</a> for it to be
126 tested and included in the official flavors.
127 </p>
129 <!-- End of content -->
130 </div>
132 <?php include("../../lib/html/footer.html"); ?>
134 </body>
135 </html>