# HG changeset patch # User Paul Issott # Date 1264247651 0 # Node ID 6b49e4765659a9049cdc5de674513f24607e45dc # Parent ff2c551214085b111a50531574ac39c5dd8f719f Tidy up manual diff -r ff2c55121408 -r 6b49e4765659 doc/tazusb.en.html --- a/doc/tazusb.en.html Sat Jan 23 11:30:08 2010 +0000 +++ b/doc/tazusb.en.html Sat Jan 23 11:54:11 2010 +0000 @@ -39,10 +39,19 @@

DESCRIPTION

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

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

COMMANDS

@@ -56,10 +65,21 @@

writefs

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

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

  # tazusb writefs compression
@@ -71,7 +91,8 @@
 
 

format

-The command 'format' is used for formatting a device for use as a LiveUSB device. Currently, it only supports formatting as EXT3. +The command 'format' is used for formatting a device for use as a LiveUSB +device. Currently, it only supports formatting as EXT3.

  # tazusb format /dev/name
@@ -83,7 +104,10 @@
 
 

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

  # tazusb gen-liveusb /dev/name