website diff en/doc/handbook/liveusb.html @ rev 7
English doc with Handbook (now we can work with Hg Paul!)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 29 12:05:31 2008 +0100 (2008-03-29) |
parents | |
children | 86c53b7a99c4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/doc/handbook/liveusb.html Sat Mar 29 12:05:31 2008 +0100 1.3 @@ -0,0 +1,100 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1.5 + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 1.7 +<head> 1.8 + <title>SliTaz Handbook (en) - LiveUSB media</title> 1.9 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.10 + <meta name="description" content="slitaz English handbook liveUSB bootable media" /> 1.11 + <meta name="expires" content="never" /> 1.12 + <meta name="modified" content="2008-03-09 22:30:00" /> 1.13 + <meta name="publisher" content="www.slitaz.org" /> 1.14 + <meta name="author" content="Paul Issot"/> 1.15 + <link rel="shortcut icon" href="favicon.ico" /> 1.16 + <link rel="stylesheet" type="text/css" href="book.css" /> 1.17 +</head> 1.18 +<body bgcolor="#ffffff"> 1.19 + 1.20 +<!-- Header and quick navigation --> 1.21 +<div id="header"> 1.22 +<div align="right" id="quicknav"> 1.23 + <a name="top"></a> 1.24 + <a href="index.html">Table of contents</a> 1.25 +</div> 1.26 +<h1><font color="#3E1220">SliTaz Handbook (en)</font></h1> 1.27 +</div> 1.28 + 1.29 +<!-- Content. --> 1.30 +<div id="content"> 1.31 +<div class="content-right"></div> 1.32 + 1.33 +<h2><font color="#DF8F06">Tazusb</font></h2> 1.34 + 1.35 +<a name="tazusb"></a> 1.36 +<h3>Tazusb - Live USB Tool</h3> 1.37 +<p> 1.38 +Tazusb is a tool that can create bootable usb media with a few simple commands. 1.39 +It can also compress and backup the entire current filesystem to the media, 1.40 +thus preserving all modifications for future use. Type <code>tazusb usage</code> 1.41 +for a full list of commands or read 1.42 +<a href="http://www.slitaz.org/en/doc/manuals/tazusb.en.html">TazUSB manual</a>. 1.43 +</p> 1.44 +<h4>Generate your own LiveUSB media</h4> 1.45 +<p> 1.46 +To generate your own LiveUSB media, first you need to login as root with 1.47 +<code>su</code> and locate your usb storage device using the command: 1.48 +</p> 1.49 +<pre># fdisk -l # normally /dev/sda1 1.50 +</pre> 1.51 +<p> 1.52 +Then format and label your device 1.53 +(Warning: this will erase all data, make sure you specify the right device): 1.54 +</p> 1.55 +<pre># tazusb format /dev/sda1 1.56 +</pre> 1.57 +<p> 1.58 +And finally generate LiveUSB media device: 1.59 +</p> 1.60 +<pre># tazusb gen-liveusb /dev/sda1 1.61 +</pre> 1.62 +<p> 1.63 +And that's all you need to do, providing your computer bios supports it, you 1.64 +can now boot Slitaz from usb media. 1.65 +</p> 1.66 +<h4>Maintaining system settings</h4> 1.67 +<p>When you finish your LiveUSB session, make sure you maintain your installed 1.68 +packages, system settings etc by backing up the entire current filesystem with: 1.69 +</p> 1.70 +<pre># tazusb writefs gzip 1.71 +</pre> 1.72 +<p> 1.73 +This effectively compresses and backs up everything to the rootfs.gz to be 1.74 +loaded the next time you boot. 1.75 +</p> 1.76 +<h4>Tazusb Manual</h4> 1.77 +<p> 1.78 +The official Tazusb manual can be found in SliTaz 1.79 +<a href="http://www.slitaz.org/en/doc/manuals/tazusb.en.html">Web site documenation</a>, 1.80 +it contains a lot more useful information. The manual is also installed on the 1.81 +core LiveCD and avalaible trow the documentation menu. 1.82 +</p> 1.83 + 1.84 +<!-- End of content --> 1.85 +</div> 1.86 + 1.87 +<!-- Footer. --> 1.88 +<div id="footer"> 1.89 + <div class="footer-right"></div> 1.90 + <a href="#top">Top of the page</a> | 1.91 + <a href="index.html">Table of contents</a> 1.92 +</div> 1.93 + 1.94 +<div id="copy"> 1.95 + Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> - 1.96 + <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 1.97 + Documentation is under 1.98 + <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 1.99 + and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 1.100 +</div> 1.101 + 1.102 +</body> 1.103 +</html>