website annotate 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
rev   line source
pankso@7 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pankso@7 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@7 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@7 4 <head>
pankso@7 5 <title>SliTaz Handbook (en) - LiveUSB media</title>
pankso@7 6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
pankso@7 7 <meta name="description" content="slitaz English handbook liveUSB bootable media" />
pankso@7 8 <meta name="expires" content="never" />
pankso@7 9 <meta name="modified" content="2008-03-09 22:30:00" />
pankso@7 10 <meta name="publisher" content="www.slitaz.org" />
pankso@7 11 <meta name="author" content="Paul Issot"/>
pankso@7 12 <link rel="shortcut icon" href="favicon.ico" />
pankso@7 13 <link rel="stylesheet" type="text/css" href="book.css" />
pankso@7 14 </head>
pankso@7 15 <body bgcolor="#ffffff">
pankso@7 16
pankso@7 17 <!-- Header and quick navigation -->
pankso@7 18 <div id="header">
pankso@7 19 <div align="right" id="quicknav">
pankso@7 20 <a name="top"></a>
pankso@7 21 <a href="index.html">Table of contents</a>
pankso@7 22 </div>
pankso@7 23 <h1><font color="#3E1220">SliTaz Handbook (en)</font></h1>
pankso@7 24 </div>
pankso@7 25
pankso@7 26 <!-- Content. -->
pankso@7 27 <div id="content">
pankso@7 28 <div class="content-right"></div>
pankso@7 29
pankso@7 30 <h2><font color="#DF8F06">Tazusb</font></h2>
pankso@7 31
pankso@7 32 <a name="tazusb"></a>
pankso@7 33 <h3>Tazusb - Live USB Tool</h3>
pankso@7 34 <p>
pankso@7 35 Tazusb is a tool that can create bootable usb media with a few simple commands.
pankso@7 36 It can also compress and backup the entire current filesystem to the media,
pankso@7 37 thus preserving all modifications for future use. Type <code>tazusb usage</code>
pankso@7 38 for a full list of commands or read
pankso@7 39 <a href="http://www.slitaz.org/en/doc/manuals/tazusb.en.html">TazUSB manual</a>.
pankso@7 40 </p>
pankso@7 41 <h4>Generate your own LiveUSB media</h4>
pankso@7 42 <p>
pankso@7 43 To generate your own LiveUSB media, first you need to login as root with
pankso@7 44 <code>su</code> and locate your usb storage device using the command:
pankso@7 45 </p>
pankso@7 46 <pre># fdisk -l # normally /dev/sda1
pankso@7 47 </pre>
pankso@7 48 <p>
pankso@7 49 Then format and label your device
pankso@7 50 (Warning: this will erase all data, make sure you specify the right device):
pankso@7 51 </p>
pankso@7 52 <pre># tazusb format /dev/sda1
pankso@7 53 </pre>
pankso@7 54 <p>
pankso@7 55 And finally generate LiveUSB media device:
pankso@7 56 </p>
pankso@7 57 <pre># tazusb gen-liveusb /dev/sda1
pankso@7 58 </pre>
pankso@7 59 <p>
pankso@7 60 And that's all you need to do, providing your computer bios supports it, you
pankso@7 61 can now boot Slitaz from usb media.
pankso@7 62 </p>
pankso@7 63 <h4>Maintaining system settings</h4>
pankso@7 64 <p>When you finish your LiveUSB session, make sure you maintain your installed
pankso@7 65 packages, system settings etc by backing up the entire current filesystem with:
pankso@7 66 </p>
pankso@7 67 <pre># tazusb writefs gzip
pankso@7 68 </pre>
pankso@7 69 <p>
pankso@7 70 This effectively compresses and backs up everything to the rootfs.gz to be
pankso@7 71 loaded the next time you boot.
pankso@7 72 </p>
pankso@7 73 <h4>Tazusb Manual</h4>
pankso@7 74 <p>
pankso@7 75 The official Tazusb manual can be found in SliTaz
pankso@7 76 <a href="http://www.slitaz.org/en/doc/manuals/tazusb.en.html">Web site documenation</a>,
pankso@7 77 it contains a lot more useful information. The manual is also installed on the
pankso@7 78 core LiveCD and avalaible trow the documentation menu.
pankso@7 79 </p>
pankso@7 80
pankso@7 81 <!-- End of content -->
pankso@7 82 </div>
pankso@7 83
pankso@7 84 <!-- Footer. -->
pankso@7 85 <div id="footer">
pankso@7 86 <div class="footer-right"></div>
pankso@7 87 <a href="#top">Top of the page</a> |
pankso@7 88 <a href="index.html">Table of contents</a>
pankso@7 89 </div>
pankso@7 90
pankso@7 91 <div id="copy">
pankso@7 92 Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
pankso@7 93 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
pankso@7 94 Documentation is under
pankso@7 95 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
pankso@7 96 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
pankso@7 97 </div>
pankso@7 98
pankso@7 99 </body>
pankso@7 100 </html>