# HG changeset patch # User Christophe Lincoln # Date 1264178398 -3600 # Node ID 24510d119fd7d50b1b4a481bc64540503d6fac95 # Parent ad976dc83619ab72543d90d16c5810fb5b5adac8 Update English manual for writeiso and frugal-install diff -r ad976dc83619 -r 24510d119fd7 doc/tazlito.en.html --- a/doc/tazlito.en.html Fri Jan 22 17:12:54 2010 +0100 +++ b/doc/tazlito.en.html Fri Jan 22 17:39:58 2010 +0100 @@ -60,6 +60,7 @@

COMMANDS

+

usage

@@ -69,6 +70,7 @@

  # tazlito usage
 
+

stats

@@ -78,6 +80,7 @@

  # tazlito stats
 
+

gen-config

@@ -90,6 +93,7 @@ # tazlito gen-config # tazlito gen-config /path/to/distro +

configure

@@ -99,6 +103,7 @@

  # tazlito configure
 
+

gen-iso

@@ -112,6 +117,7 @@

  # tazlito gen-iso
 
+

gen-initiso

@@ -123,6 +129,7 @@

  # tazlito gen-initiso
 
+

list-flavors

@@ -134,6 +141,7 @@ # tazlito list-flavors # tazlito list-flavors --recharge +

get-flavor

@@ -143,6 +151,7 @@

  # tazlito get-flavor particular-flavor
 
+

show-flavor

@@ -155,6 +164,7 @@ # tazlito show-flavor particular-flavor --brief # tazlito show-flavor particular-flavor --brief --noheader +

gen-flavor

@@ -165,6 +175,7 @@

  # tazlito gen-flavor new-flavor
 
+

gen-liveflavor

@@ -175,6 +186,7 @@

 # tazlito gen-liveflavor
  # tazlito gen-liveflavor --help
 
+

extract-distro

@@ -187,6 +199,7 @@

  # tazlito extract-distro slitaz-cooking.iso
 
+

gen-distro

@@ -210,6 +223,7 @@ # tazlito gen-distro --iso=slitaz.iso # tazlito gen-distro package-list +

clean-distro

@@ -219,17 +233,7 @@

  # tazlito clean-distro
 
- -

addhacker

-

-The 'addhacker' command allows the addition of the user -hacker to the distribution - it helps to have a user account -without a password. Note that this command changes permissions -on all files in /home/hacker: -

-
- # tazlito addhacker
-
+

check-distro

@@ -239,6 +243,35 @@

  # tazlito check-distro
 
+ + +

writeiso

+

+This command will write all the current filesystem to a cpio archive +(rootfs.gz) and then generate a bootable ISO image. Writeiso can be use in +live mode or HD install and will also archive your current /home direcory. +This command let you easily remaster and build your own LiveCD image, just +boot, modify whatever you want and then: +

+
+ # tazlito writeiso [gzip|lzma|none]
+ # tazlito writeiso gzip
+ # tazlito writeiso gzip image-name
+
+ + +

Fragal install

+

+Perfom a Frugal installation into /boot/frugal and add GRUB entry if needed. +Frugal mode will make SliTaz work all in memory (RAM), useful to test distro +without burning ISO or to have a rescue system ready to use when computer power +on. To install all needed files from a distro tree or an ISO image: +

+
+ # tazlito frugal-install
+ # tazlito -fi slitaz.iso
+
+

emu-iso

@@ -250,6 +283,7 @@ # tazlito emu-iso # tazlito emu-iso path/to/image.iso +

burn-iso