website annotate en/doc/handbook/liveusb.html @ rev 34

Update LiveUSB page (en)
author Paul Issott <paul@slitaz.org>
date Sat Apr 26 00:17:39 2008 +0000 (2008-04-26)
parents 25eacf7051ed
children b0f82bed4355
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@16 30 <h2><font color="#DF8F06">LiveUSB media</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
paul@14 50 (<em>Warning</em>: 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>
paul@14 60 And that's all you need to do, you can now boot SliTaz from usb media (providing
paul@14 61 your computer bios supports this method).
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>
paul@23 70 This effectively compresses and backs up everything to 'rootfs.gz' to be
pankso@7 71 loaded the next time you boot.
pankso@7 72 </p>
paul@34 73 <p>
paul@34 74 If anything should go wrong when writing your filesystem, you can simply rollback
paul@34 75 to your previous filesystem by typing 'previous' at the 'boot:' prompt. Older backups are
paul@34 76 named 'rootfs.gz.unixtimestamp' and can be safely deleted from the /home folder to save disk space.
paul@34 77 </p>
pankso@7 78 <h4>Tazusb Manual</h4>
pankso@7 79 <p>
pankso@7 80 The official Tazusb manual can be found in SliTaz
pankso@9 81 <a href="http://www.slitaz.org/en/doc/manuals/tazusb.en.html">Web site documentation</a>,
paul@14 82 it contains a lot more useful information. The manual is also available through the documentation menu on the LiveCD.
pankso@7 83 </p>
paul@34 84 <p>
paul@34 85 The maintainer of Tazusb has also written a nice
paul@34 86 <a href="http://www.custompc.co.uk/features/602451/make-any-pc-your-own-with-linux-on-a-usb-key.html">article</a>
paul@34 87 about the utility.
paul@34 88 </p>
pankso@7 89
pankso@7 90 <!-- End of content -->
pankso@7 91 </div>
pankso@7 92
pankso@7 93 <!-- Footer. -->
pankso@7 94 <div id="footer">
pankso@7 95 <div class="footer-right"></div>
pankso@7 96 <a href="#top">Top of the page</a> |
pankso@7 97 <a href="index.html">Table of contents</a>
pankso@7 98 </div>
pankso@7 99
pankso@7 100 <div id="copy">
pankso@7 101 Copyright &copy; 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
pankso@7 102 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
pankso@7 103 Documentation is under
pankso@7 104 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
pankso@7 105 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
pankso@7 106 </div>
pankso@7 107
pankso@7 108 </body>
pankso@7 109 </html>