diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 04:35:26 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-06 04:35:26 +0200 |
commit | 6a889c01a73b48882c481d23f2b05d9000f56f2f (patch) | |
tree | a1d28312aca72cb073a6b2ce3db7865e2fcd125c /tmpfs.disabled | |
parent | ac89baf038cdb9d9abfeb439b81562078a573604 (diff) | |
download | kanotix-6a889c01a73b48882c481d23f2b05d9000f56f2f.zip kanotix-6a889c01a73b48882c481d23f2b05d9000f56f2f.tar.gz |
changed the auto/*-scripts, added additional kanotix arguments
this replaces the old tmpfs.disabled directory, therefor it is removed
Diffstat (limited to 'tmpfs.disabled')
-rw-r--r-- | tmpfs.disabled/README | 23 | ||||
-rw-r--r-- | tmpfs.disabled/options | 1 |
2 files changed, 0 insertions, 24 deletions
diff --git a/tmpfs.disabled/README b/tmpfs.disabled/README deleted file mode 100644 index cf9b913..0000000 --- a/tmpfs.disabled/README +++ /dev/null @@ -1,23 +0,0 @@ -Live-Helper: Build using tmpfs -============================== - -just rename this directory to "tmpfs" to enable. - -you may specify mount-options in the "options"-file in this directory, e.g. -"size=6G" to set the maximum size of the ramdisk to 6GB. - -"lh build" will then mount a tmpfs into this 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 -want to keep them you should move or copy them to somewhere else. -everything inside the "tmpfs" directory will be lost when umounting it, so if -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 -umounting the "tmpfs" you do not need to backup the cache, it will stay there -and will be used for the next build. - diff --git a/tmpfs.disabled/options b/tmpfs.disabled/options deleted file mode 100644 index 560761c..0000000 --- a/tmpfs.disabled/options +++ /dev/null @@ -1 +0,0 @@ -size=6G |