wok-6.x diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-eeepc/stuff/eeepc.html	Tue Mar 03 22:58:43 2009 +0100
     1.3 @@ -0,0 +1,84 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     1.5 +  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +
     1.8 +<head>
     1.9 +	<title>SliTaz EeePC flavors</title>
    1.10 +	<meta http-equiv="content-type" content="text/html;charset=utf-8" />
    1.11 +	<style type="text/css"><!--
    1.12 +	body { font: 90% sans-serif, vernada, arial; margin: 0; }
    1.13 +	#header { background: #f0ba08; color: black; height: 50px;
    1.14 +		border-top: 1px solid black; border-bottom: 1px solid black; }
    1.15 +	#content { margin: 0px 50px 26px 50px; }
    1.16 +	h1 { margin: 14px 0px 0px 16px; color: #3e1220; }
    1.17 +	h3 { color: #6c0023; }
    1.18 +	li { line-height: 1.4em; }
    1.19 +	pre { padding: 5px; color: black; background: #e1e0b0; }
    1.20 +	pre.script { padding: 10px; color: black; background: #e8e8e8;
    1.21 +		border: 1px inset #333333; }
    1.22 +	code { font-size: 100%; color: #669900; background: transparent; }
    1.23 +	hr { color: white; background: white; height: 1px; border: 0; }
    1.24 +	--></style>
    1.25 +</head>
    1.26 +
    1.27 +<body>
    1.28 +
    1.29 +<div id="header">
    1.30 +<h1>SliTaz GNU/Linux EeePC flavor</h1>
    1.31 +</div>
    1.32 +
    1.33 +<!-- Start content -->
    1.34 +<div id="content">
    1.35 +
    1.36 +<h3>About</h3>
    1.37 +<p>
    1.38 +Welcome to SliTaz EeePC flavor. This Live system can be used from a
    1.39 +cdrom on a standard desktop to create a Live USB system. On the EeePC
    1.40 +you can boot from a USB key or a SD card, just press <code>Esc</code>
    1.41 +when power on to select the wanted device. SliTaz EeePC flavor provide
    1.42 +the tools and drivers used on some EeePC: 701, 901, 1000.
    1.43 +</p>
    1.44 +
    1.45 +<h3>Live USB media</h3>
    1.46 +<p>
    1.47 +To use this system on the EeePC you need to creat a Live USB media, the
    1.48 +simplest option to generate such media is to boot the LiveCD on a standard
    1.49 +desktop and then run: System Tools &rarr; LiveUSB Tool. If you already run
    1.50 +SliTaz from the core LiveCD or an installed system, you can generate the
    1.51 +Live media using directly the ISO image. If you want to creat the media
    1.52 +with the command line, please read the Handbook or TazUSB manual.
    1.53 +</p>
    1.54 +
    1.55 +<h3>Networking</h3>
    1.56 +<p>
    1.57 +When booting the Live system on EeePC the Wireless nerwork interface is
    1.58 +enable by default if the driver is installed. To manage Wireless network
    1.59 +connection you can use Wifibox from the menu: System Tools &rarr; Wireless
    1.60 +networks connections. To use the Ethernet cable connection you can use Netbox
    1.61 +from the menu and start the DHCP client.
    1.62 +</p>
    1.63 +
    1.64 +<h3>Package slitaz-eeepc</h3>
    1.65 +<p>
    1.66 +The package slitaz-eeepc provide the small tool named <code>tazee</code>,
    1.67 +and the boot script to configure EeePC. The configuration is stored in
    1.68 +the file <code>/etc/eeepc.conf</code>, to see current configuration you
    1.69 +can open it in a text editor, use SliTaz EeePC Box from the menu or use
    1.70 +the command: <code>tazeee show-config</code>.
    1.71 +</p>
    1.72 +
    1.73 +<h3>Installation</h3>
    1.74 +<ul>
    1.75 +	<li>Boot from a LiveUSB media</li>
    1.76 +	<li>Start the installer with the dedicated button in Slitaz EeePC Box
    1.77 +	or use this command from a terminal: <code>su -c 'tazeee install'</code>.
    1.78 +	To use the first SSD disk: format /dev/hdc1 (on 901), install GRUB
    1.79 +	and then exit the installer to let tazeee finish the configuration.</li>
    1.80 +	<li>Reboot and enjoy</li>
    1.81 +</ul>
    1.82 +
    1.83 +<!-- End content -->
    1.84 +</div>
    1.85 +
    1.86 +</body>
    1.87 +</html>