# HG changeset patch # User Pascal Bellard # Date 1239348942 0 # Node ID 46a88d0481f32b38bc8e2f0369ae3713b44eab68 # Parent 7ea3be71a57395331497d5f60d791773b29ad671 doc: add anchors diff -r 7ea3be71a573 -r 46a88d0481f3 doc/tazusb.en.html --- a/doc/tazusb.en.html Wed Mar 11 18:22:28 2009 +0000 +++ b/doc/tazusb.en.html Fri Apr 10 07:35:42 2009 +0000 @@ -48,6 +48,7 @@

COMMANDS

+

usage

The command 'usage' will display a short summary of all avalaible commands. @@ -56,6 +57,7 @@ # tazusb usage +

writefs

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. @@ -71,6 +73,7 @@ # tazusb writefs lzma +

format

The command 'format' is used for formatting a device for use as a LiveUSB device. Currently, it only supports formatting as EXT3. @@ -83,6 +86,7 @@ # tazusb format /dev/sda1 +

gen-liveusb

"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.