website view en/doc/handbook/liveusb.html @ rev 14

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