blob: b2c3833a850a47584b28300a68ebb6da754dd40c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# /etc/live-persistence.binds example
#
# If this file is present in the proper path, each uncommented not empty line
# will be treated as a directory which should not be made persistent and
# which it's content should be volatile.
#
# This is achieved by bind mounting on it a tmpfs clone of the directory specified
# Exclude some standard temporary paths
/tmp
/var/log
/var/cache
# Firefox profiles are not always useful to remember
/root/.mozilla
|