tazusb rev 51

Update en.manual
author Paul Issott <paul@slitaz.org>
date Sat Jan 23 11:30:08 2010 +0000 (2010-01-23)
parents a084b9bea515
children 6b49e4765659
files doc/tazusb.en.html
line diff
     1.1 --- a/doc/tazusb.en.html	Fri Jan 22 08:37:33 2010 +0100
     1.2 +++ b/doc/tazusb.en.html	Sat Jan 23 11:30:08 2010 +0000
     1.3 @@ -1,12 +1,12 @@
     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="fr" lang="fr">
     1.7 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.8  <head>
     1.9  	<title>TazUSB - SliTaz Live utility English manual</title>
    1.10  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.11  	<meta name="description" content="slitaz bootable media LiveUSB key hd SD card" />
    1.12  	<meta name="expires" content="never" />
    1.13 -	<meta name="modified" content="2008-03-05 00:16:42" />
    1.14 +	<meta name="modified" content="2008-07-18 20:00:00" />
    1.15  	<style type="text/css"><!--
    1.16  	body { font: 90% sans-serif, vernada, arial; margin: 0; }
    1.17  	#header { background: #f0ba08; color: black; height: 50px;
    1.18 @@ -29,41 +29,37 @@
    1.19  <!-- Start content -->
    1.20  <div id="content">
    1.21  
    1.22 -<h2>Name</h2>
    1.23 +<h2>NAME</h2>
    1.24  <p>
    1.25 -TazUSB - Slitaz LiveUSB utility
    1.26 +TazUSB - SliTaz LiveUSB utility
    1.27  </p>
    1.28 -
    1.29  <h2>SYNTAX</h2>
    1.30  <pre>
    1.31 -tazusb [command] [compression|device]
    1.32 +tazusb [command] [compression|device|file]
    1.33  </pre>
    1.34 -
    1.35  <h2>DESCRIPTION</h2>
    1.36  <p>
    1.37 -TazUSB is a utility designed for installing Slitaz to a USB drive. Unlike a hard drive install, the filesystem is kept in a compressed "rootfs.gz". The filesystem is loaded entirely into memory upon boot. This should increase responsiveness, protect the filesystem against accidental corruption and reduce read/writes to the USB drive. Once setup, this utility can also rewrite the root filesystem with any changes you have made since booting up, giving the effective benefits of a hard drive install.
    1.38 +TazUSB is a utility designed for installing SliTaz to a USB drive. Unlike a hard drive install, the filesystem is kept in a compressed "rootfs.gz" file. The filesystem is loaded entirely into memory upon boot. This should increase responsiveness, protect the filesystem against accidental corruption and reduce read/writes to the USB drive. Once setup, this utility can also rewrite the root filesystem with any changes you have made since booting up, giving the effective benefits of a hard drive install.
    1.39  </p>
    1.40  <p>
    1.41  TazUSB supports both FAT32/EXT3 formatted drives using SYSLINUX and EXTLINUX respectively. "/home" is mounted on boot using the UUID of your particular flash drive. Unlike a device name, the UUID has the benefit of never changing from machine to machine.  
    1.42  </p>
    1.43 -
    1.44  <h2>COMMANDS</h2>
    1.45  <a name="usage"></a>
    1.46  <h3><font color="#6c0023">usage</font></h3>
    1.47  <p>
    1.48 -The command 'usage' will display a short summary of all avalaible commands.
    1.49 +The command 'usage' will display a short summary of all available commands.
    1.50  </p>
    1.51  <pre>
    1.52   # tazusb usage
    1.53  </pre>
    1.54 -
    1.55  <a name="writefs"></a>
    1.56  <h3><font color="#6c0023">writefs</font></h3>
    1.57  <p>
    1.58 -The command 'writefs' will take the current memory resident filesystem and create a "rootfs.gz". If your flash drive is mounted as /home (as it should be), the new filesystem will be copied to the drive for you, otherwise it is left on the root of the drive. Your previous filesystem will be renamed to "previous.gz" and can be accessed on bootup by typing "previous" at the "boot:" prompt. All previous filesystems are renamed to rootfs.gz.unixtimestamp. These are not removed automaticaly, so you should periodically delete these to keep disk usage down.
    1.59 +The command 'writefs' will take the current memory resident filesystem and create a "rootfs.gz" file. If your flash drive is mounted as /home (as it should be), the new filesystem will be copied to the drive for you, otherwise it is left on the root of the drive. Your previous filesystem will be renamed to "previous.gz" and can be accessed on bootup by typing "previous" at the "boot:" prompt. All previous filesystems are renamed to rootfs.gz.unixtimestamp. These are not removed automatically, so you should periodically delete these to keep disk usage down.
    1.60  </p>
    1.61  <p>
    1.62 -Filesystem compression is supported in the form of lzma, gzip or none. Using no compression is very quick (under 5 seconds) and useful if you are experimenting with a lot of changes. By comparison, using lzma or gzip takes a few minutes but will dramatically reduce file size. This is recommended when commiting permanent changes to the filesystem.
    1.63 +Filesystem compression is supported in the form of lzma, gzip or none. Using no compression is very quick (under 5 seconds) and useful if you are experimenting with a lot of changes. By comparison, using lzma or gzip takes a few minutes but will dramatically reduce file size. This is recommended when committing permanent changes to the filesystem.
    1.64  </p>
    1.65  <pre>
    1.66   # tazusb writefs compression
    1.67 @@ -72,7 +68,6 @@
    1.68  <pre>
    1.69   # tazusb writefs lzma
    1.70  </pre>
    1.71 -
    1.72  <a name="format"></a>
    1.73  <h3><font color="#6c0023">format</font></h3>
    1.74  <p>
    1.75 @@ -85,11 +80,10 @@
    1.76  <pre>
    1.77   # tazusb format /dev/sda1
    1.78  </pre>
    1.79 -
    1.80  <a name="gen-liveusb"></a>
    1.81  <h3><font color="#6c0023">gen-liveusb</font></h3>
    1.82  <p>
    1.83 -"gen-liveusb" will install a fresh MBR, set your partition as bootable and install syslinux/extlinux depending on the detected filesystem. It will then copy the kernel and filesystem from the CDROM drive, and place this on the target USB drive. This will leave you with a bootable USB copy of Slitaz. 
    1.84 +"gen-liveusb" will install a fresh MBR, set your partition as bootable and install syslinux/extlinux depending on the detected filesystem. It will then copy the kernel and filesystem from the CDROM drive, and place this on the target USB drive. This will leave you with a bootable USB copy of SliTaz. 
    1.85  </p>
    1.86  <pre>
    1.87   # tazusb gen-liveusb /dev/name
    1.88 @@ -98,6 +92,39 @@
    1.89  <pre>
    1.90   # tazusb gen-liveusb /dev/sda1
    1.91  </pre>
    1.92 +<a name="gen-swap"></a>
    1.93 +<h3><font color="#6c0023">gen-swap</font></h3>
    1.94 +<p>
    1.95 +The 'gen-swap' command re/creates a virtual swap file and places 
    1.96 +it in the /home directory to be activated on each boot. This is useful
    1.97 +for old systems with low memory.
    1.98 +</p>
    1.99 +<pre> # tazusb gen-swap
   1.100 +</pre>
   1.101 +<a name="gen-iso2usb"></a>
   1.102 +<h3><font color="#6c0023">gen-iso2usb</font></h3>
   1.103 +<p>
   1.104 +This command performs the same task as gen-liveusb, only copying the Kernel
   1.105 +and filesystem from a downloaded ISO image instead of the CDROM drive.
   1.106 +</p>
   1.107 +<pre> # tazusb gen-iso2usb /path/to/iso
   1.108 +</pre>
   1.109 +Example:
   1.110 +<pre> # tazusb gen-iso2usb /home/tux/slitaz.iso
   1.111 +</pre>
   1.112 +<a name="clean"></a>
   1.113 +<h3><font color="#6c0023">clean</font></h3>
   1.114 +<p>
   1.115 +"clean" removes old rootfs.gz.unixtimestamp filesystems (see writefs)
   1.116 +to keep disk usage down.
   1.117 +</p>
   1.118 +<pre> # tazusb clean
   1.119 +</pre>
   1.120 +<h2>MAINTAINER</h2>
   1.121 +<p>
   1.122 +Eric Joseph-Alexandre &lt;erjo at slitaz.org&gt;
   1.123 +</p>
   1.124 +
   1.125  <!-- End content -->
   1.126  </div>
   1.127  </body>