wok view slitaz-eeepc/stuff/eeepc.html @ rev 13659

Add pcsc-tools (PC/SC Architecture smartcard tools)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 21 20:46:23 2012 +0000 (2012-11-21)
parents a11dd6a8f1a4
children
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 the SliTaz EeePC flavor. This can be used from a
36 cdrom on a standard desktop to create a LiveUSB system. On the EeePC
37 you can easily boot from a USB key or a SD card - just press <code>Esc</code>
38 when powered on to select the wanted device. The SliTaz EeePC flavor provides
39 the tools and drivers used on the EeePC: 701, 901 and 1000.
40 </p>
42 <h3>Live USB media</h3>
43 <p>
44 To use this system on the EeePC, you will need to create a LiveUSB device. The
45 simplest option to generate one 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 a core LiveCD or an installed system, you can generate the
48 LiveUSB media directly using the ISO image. If you want to create the media
49 using 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 an EeePC, the Wireless network interface is
55 enabled by default if the driver is installed. To manage Wireless network
56 connections you can use Wifibox from the menu: System Tools &rarr; Wireless
57 networks connections. To use an 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 provides a small tool named <code>tazee</code>,
64 and a boot script to configure an EeePC. The configuration is stored in
65 the <code>/etc/eeepc.conf</code> file. To read the 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 LiveUSB media.</li>
73 <li>Start the installer with the dedicated button in the 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>