tazusb rev 42

doc: add anchors
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 10 07:35:42 2009 +0000 (2009-04-10)
parents 7ea3be71a573
children f3d586458585
files doc/tazusb.en.html
line diff
     1.1 --- a/doc/tazusb.en.html	Wed Mar 11 18:22:28 2009 +0000
     1.2 +++ b/doc/tazusb.en.html	Fri Apr 10 07:35:42 2009 +0000
     1.3 @@ -48,6 +48,7 @@
     1.4  </p>
     1.5  
     1.6  <h2>COMMANDS</h2>
     1.7 +<a name="usage"></a>
     1.8  <h3><font color="#6c0023">usage</font></h3>
     1.9  <p>
    1.10  The command 'usage' will display a short summary of all avalaible commands.
    1.11 @@ -56,6 +57,7 @@
    1.12   # tazusb usage
    1.13  </pre>
    1.14  
    1.15 +<a name="writefs"></a>
    1.16  <h3><font color="#6c0023">writefs</font></h3>
    1.17  <p>
    1.18  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.19 @@ -71,6 +73,7 @@
    1.20   # tazusb writefs lzma
    1.21  </pre>
    1.22  
    1.23 +<a name="format"></a>
    1.24  <h3><font color="#6c0023">format</font></h3>
    1.25  <p>
    1.26  The command 'format' is used for formatting a device for use as a LiveUSB device. Currently, it only supports formatting as EXT3.
    1.27 @@ -83,6 +86,7 @@
    1.28   # tazusb format /dev/sda1
    1.29  </pre>
    1.30  
    1.31 +<a name="gen-liveusb"></a>
    1.32  <h3><font color="#6c0023">gen-liveusb</font></h3>
    1.33  <p>
    1.34  "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.