diff options
| author | Marco Amadori <marco.amadori@gmail.com> | 2008-09-28 00:51:04 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:02 +0100 |
| commit | a298ae49a77f528b0d57e013343473bb5162cd61 (patch) | |
| tree | 06013b5b33865f4ad73c63c7e3aabcc75af0c65f /manpages | |
| parent | 6fd3b2db8ca683513709560744aebd4cff3d378d (diff) | |
| download | live-boot-a298ae49a77f528b0d57e013343473bb5162cd61.tar.gz live-boot-a298ae49a77f528b0d57e013343473bb5162cd61.zip | |
Implemented a persistence exclude list.
* This finally enables one of the most requested feature to exclude
things like disk caches and temporary files from the persistence
images in order to speed things up and saves precious writes of flash
based storages.
This works at boot by bind mounting tmpfs clones of paths listed on
"/etc/live-persistence.binds".
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/live-initramfs.en.7.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manpages/live-initramfs.en.7.txt b/manpages/live-initramfs.en.7.txt index f42a9ce..9766e21 100644 --- a/manpages/live-initramfs.en.7.txt +++ b/manpages/live-initramfs.en.7.txt @@ -290,6 +290,11 @@ in this file will be the "lowest" point in the aufs, and the last file in this list will be on the "top" of the aufs, directly below /cow. Without this file, any images in the "/live" directory are loaded in alphanumeric order. + /etc/live-persistence.binds + +This optional file, which resides in the rootfs system, not in the live media as above mentioned files, if exists will be used as a list of directories which not need to be persistent and which their content does not need to survive reboots. This is achieved by bind mounting for each directory listed there a tmpfs on the original path. This will permits to save precious writes and speed up operations for content like web caches and temporary files (like e.g. /tmp and .mozilla) which are regenerated each time. + + See also -------- |
