website diff en/doc/manuals/tazusb.en.html @ rev 169
en: Update Tazusb Manual (roadmap) and Edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Sep 17 20:49:14 2008 +0000 (2008-09-17) |
parents | 9e30e64c8198 |
children | 4fc4af3cd0cc |
line diff
1.1 --- a/en/doc/manuals/tazusb.en.html Sat Jul 19 16:23:18 2008 +0000 1.2 +++ b/en/doc/manuals/tazusb.en.html Wed Sep 17 20:49:14 2008 +0000 1.3 @@ -36,7 +36,7 @@ 1.4 1.5 <h2>SYNTAX</h2> 1.6 <pre> 1.7 -tazusb [command] [compression|device] 1.8 +tazusb [command] [compression|device|file] 1.9 </pre> 1.10 1.11 <h2>DESCRIPTION</h2> 1.12 @@ -94,6 +94,35 @@ 1.13 <pre> 1.14 # tazusb gen-liveusb /dev/sda1 1.15 </pre> 1.16 + 1.17 +<h3><font color="#6c0023">gen-swap-file</font></h3> 1.18 +<p> 1.19 +The 'gen-swap-file' command re/creates a virtual swap file and places 1.20 +it in the /home directory to be activated on each boot. This is useful 1.21 +for old systems with low memory. 1.22 +</p> 1.23 +<pre> # tazusb gen-swap-file 1.24 +</pre> 1.25 + 1.26 +<h3><font color="#6c0023">gen-iso2usb</font></h3> 1.27 +<p> 1.28 +This command performs the same task as gen-liveusb, only copying the Kernel 1.29 +and filesystem from a downloaded ISO image instead of the CDROM drive. 1.30 +</p> 1.31 +<pre> # tazusb gen-iso2usb /path/to/iso 1.32 +</pre> 1.33 +Example: 1.34 +<pre> # tazusb gen-iso2usb /home/tux/slitaz.iso 1.35 +</pre> 1.36 + 1.37 +<h3><font color="#6c0023">clean</font></h3> 1.38 +<p> 1.39 +"clean" removes old rootfs.gz.unixtimestamp filesystems (see writefs) 1.40 +to keep disk usage down. 1.41 +</p> 1.42 +<pre> # tazusb clean 1.43 +</pre> 1.44 + 1.45 <!-- End content --> 1.46 </div> 1.47 </body>