wok-6.x view slitaz-eeepc/stuff/eeepc.html @ rev 2346

Add slitaz-eeepc (tazeee, boot script, doc and more...)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 03 22:58:43 2009 +0100 (2009-03-03)
parents
children a11dd6a8f1a4
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5 <head>
6 <title>SliTaz EeePC flavors</title>
7 <meta http-equiv="content-type" content="text/html;charset=utf-8" />
8 <style type="text/css"><!--
9 body { font: 90% sans-serif, vernada, arial; margin: 0; }
10 #header { background: #f0ba08; color: black; height: 50px;
11 border-top: 1px solid black; border-bottom: 1px solid black; }
12 #content { margin: 0px 50px 26px 50px; }
13 h1 { margin: 14px 0px 0px 16px; color: #3e1220; }
14 h3 { color: #6c0023; }
15 li { line-height: 1.4em; }
16 pre { padding: 5px; color: black; background: #e1e0b0; }
17 pre.script { padding: 10px; color: black; background: #e8e8e8;
18 border: 1px inset #333333; }
19 code { font-size: 100%; color: #669900; background: transparent; }
20 hr { color: white; background: white; height: 1px; border: 0; }
21 --></style>
22 </head>
24 <body>
26 <div id="header">
27 <h1>SliTaz GNU/Linux EeePC flavor</h1>
28 </div>
30 <!-- Start content -->
31 <div id="content">
33 <h3>About</h3>
34 <p>
35 Welcome to SliTaz EeePC flavor. This Live system can be used from a
36 cdrom on a standard desktop to create a Live USB system. On the EeePC
37 you can boot from a USB key or a SD card, just press <code>Esc</code>
38 when power on to select the wanted device. SliTaz EeePC flavor provide
39 the tools and drivers used on some EeePC: 701, 901, 1000.
40 </p>
42 <h3>Live USB media</h3>
43 <p>
44 To use this system on the EeePC you need to creat a Live USB media, the
45 simplest option to generate such media is to boot the LiveCD on a standard
46 desktop and then run: System Tools &rarr; LiveUSB Tool. If you already run
47 SliTaz from the core LiveCD or an installed system, you can generate the
48 Live media using directly the ISO image. If you want to creat the media
49 with the command line, please read the Handbook or TazUSB manual.
50 </p>
52 <h3>Networking</h3>
53 <p>
54 When booting the Live system on EeePC the Wireless nerwork interface is
55 enable by default if the driver is installed. To manage Wireless network
56 connection you can use Wifibox from the menu: System Tools &rarr; Wireless
57 networks connections. To use the Ethernet cable connection you can use Netbox
58 from the menu and start the DHCP client.
59 </p>
61 <h3>Package slitaz-eeepc</h3>
62 <p>
63 The package slitaz-eeepc provide the small tool named <code>tazee</code>,
64 and the boot script to configure EeePC. The configuration is stored in
65 the file <code>/etc/eeepc.conf</code>, to see current configuration you
66 can open it in a text editor, use SliTaz EeePC Box from the menu or use
67 the command: <code>tazeee show-config</code>.
68 </p>
70 <h3>Installation</h3>
71 <ul>
72 <li>Boot from a LiveUSB media</li>
73 <li>Start the installer with the dedicated button in Slitaz EeePC Box
74 or use this command from a terminal: <code>su -c 'tazeee install'</code>.
75 To use the first SSD disk: format /dev/hdc1 (on 901), install GRUB
76 and then exit the installer to let tazeee finish the configuration.</li>
77 <li>Reboot and enjoy</li>
78 </ul>
80 <!-- End content -->
81 </div>
83 </body>
84 </html>