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

I was told that 4.0 is out...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 22 14:11:52 2014 +0100 (2014-11-22)
parents 9e27bd837079
children 9ed0bfb74392
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 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz LiveCD Flavors</title>
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="author" content="Christophe Lincoln" />
10 <?php include("../../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php
15 include("../../config.php");
16 include("../../lib/html/header.html");
17 ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../../lib/html/nav.en.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Download flavors</h4>
25 <p>
26 The system of LiveCD flavors is a simple means for the community
27 to generate ISO images for certain tasks by offering a selection
28 of specific packages. There are two possibilities to create a
29 flavor, use a flavor made by the community or create your own
30 via a simple to use graphical interface.
31 </p>
32 </div>
33 </div>
35 <?php include("../../lib/lang.php"); ?>
37 <!-- Content -->
38 <div id="content">
40 <h2>LiveCD ISO Image to taste</h2>
42 <p>
43 For convenience, the SliTaz team propose some ISO flavors for the stable
44 and cooking versions:
45 </p>
47 <div class="box-dl"><p>
48 <a href="http://mirror.slitaz.org/iso/3.0/flavors/slitaz-3.0-xvesa.iso">
49 slitaz-3.0-xvesa.iso</a>
50 [29.0M] - Fully-featured desktop environment using the tiny Xvesa graphical
51 server and providing a nice range of software for daily tasks
52 </p></div>
54 <div class="box-dl"><p>
55 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-firefox.iso">
56 slitaz-4.0-firefox.iso</a>
57 [43.0M] - Small desktop environment featuring Mozilla Firefox
58 </p></div>
60 <div class="box-dl"><p>
61 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-justx.iso">
62 slitaz-4.0-justx.iso</a>
63 [16.0M] - Small desktop environment powered by Xorg and Openbox, using just
64 an X environment and tools to build your own desktop
65 </p></div>
67 <div class="box-dl"><p>
68 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-base.iso">
69 slitaz-4.0-base.iso</a>
70 [8.0M] - Base system in text mode and including useful commandline tools.
71 A good choice for a server installation
72 </p></div>
74 <div class="box-dl"><p>
75 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-loram.iso">
76 slitaz-4.0-loram.iso</a>
77 [41.0M] - Loram flavor that can start SliTaz on machines with very limited
78 resources and needs only 128MB without disabling the cdrom
79 </p></div>
81 <div class="box-dl"><p>
82 <a href="http://mirror.slitaz.org/iso/4.0/flavors/slitaz-4.0-loram-cdrom.iso">
83 slitaz-4.0-loram-cdrom.iso</a>
84 [163.0M] - Loram flavor that can boot with only 24 MB and a little swap
85 memory, but is unable to release the cdrom
86 </p></div>
88 <div class="box-dl"><p>
89 <a href="http://mirror.slitaz.org/iso/4.0/slitaz-4.0.iso">
90 slitaz-4.0.iso</a>
91 [35.0M] - 4in1 flavor containing the base, justx, gtkonly and core ISOs
92 </p></div>
95 <div class="box">
96 <img src="/images/network.png" alt="[ ]" />
97 Browse flavors directory on the mirror:
98 <a href="http://mirror.slitaz.org/iso/stable/flavors/">Stable</a> |
99 <a href="http://mirror.slitaz.org/iso/cooking/flavors/">Cooking</a>
100 </div>
102 <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>
117 <p>
118 The stable and cooking versions offer the flavor <em>core</em> on the
119 mirror, it can be used as a basis to create your own flavor.
120 The documentation in the Handbook provides all the necessary
121 instructions to <a href="http://doc.slitaz.org/en:handbook:genlivecd"
122 >create your own LiveCD flavor</a>.
123 </p>
124 <p>
125 If you have created your own flavor to taste, you can send it on the
126 <a href="../mailing-list.php">discussion list</a> for it to be
127 tested and included in the official flavors.
128 </p>
130 <!-- End of content -->
131 </div>
133 <?php include("../../lib/html/footer.html"); ?>
135 </body>
136 </html>