summaryrefslogtreecommitdiff
path: root/README.tmpfs
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-09 12:07:55 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-09 12:07:55 +0200
commit140e47372b669942e86d27a4293d9a767a297816 (patch)
treeed70f3a6dacc97ecad45e77d08a18dd683d7405f /README.tmpfs
parentb451f4c2357d7da5efd084dd44354f81d4e3b05c (diff)
downloadkanotix-140e47372b669942e86d27a4293d9a767a297816.zip
kanotix-140e47372b669942e86d27a4293d9a767a297816.tar.gz
update from lh to lb scheme
Diffstat (limited to 'README.tmpfs')
-rw-r--r--README.tmpfs12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.tmpfs b/README.tmpfs
index 8141c6b..0733ef4 100644
--- a/README.tmpfs
+++ b/README.tmpfs
@@ -1,15 +1,15 @@
-Live-Helper: Build using tmpfs
+Live-Build: Build using tmpfs
==============================
-use "lh config --tmpfs true" to enable.
+use "lb config --tmpfs true" to enable.
you may specify mount-options with --tmpfs-options, e.g.
- lh config --tmpfs-options "size=6G"
+ lb config --tmpfs-options "size=6G"
to set the maximum size of the ramdisk to 6GB.
-"lh build" will then mount a tmpfs into the "tmpfs" directory and the build process
+"lb build" will then mount a tmpfs into the "tmpfs" directory and the build process
will take place there.
after the build the result and the cache will reside on the tmpfs, so if you
@@ -19,8 +19,8 @@ you want to save the cache for later builds you have to move (or copy) it:
mv tmpfs/cache .
-live-helper will not umount the "tmpfs" unless you run "lh clean --tmpfs"
-or "lh clean --all", so if you are going to do multiple builds without
+live-helper will not umount the "tmpfs" unless you run "lb clean --tmpfs"
+or "lb clean --all", so if you are going to do multiple builds without
umounting the "tmpfs" you do not need to backup the cache, it will stay there
and will be used for the next build.