diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-08-10 00:35:42 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:27 +0100 |
| commit | b03f201f05debe6114a88fad1f0ef45c0ec21e3f (patch) | |
| tree | a38cce0ed6baf6c516dbc9d5a45710e4c250479b /conf | |
| parent | 23e0788695196000dea15780d99dc89735ade8ae (diff) | |
| download | live-boot-b03f201f05debe6114a88fad1f0ef45c0ec21e3f.tar.gz live-boot-b03f201f05debe6114a88fad1f0ef45c0ec21e3f.zip | |
Moving configs to etc directory within the source tree.
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/live-persistence.binds | 15 | ||||
| -rw-r--r-- | conf/live-snapshot.exclude_list | 17 | ||||
| -rw-r--r-- | conf/live-snapshot.list | 20 |
3 files changed, 0 insertions, 52 deletions
diff --git a/conf/live-persistence.binds b/conf/live-persistence.binds deleted file mode 100644 index b2c3833..0000000 --- a/conf/live-persistence.binds +++ /dev/null @@ -1,15 +0,0 @@ -# /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 diff --git a/conf/live-snapshot.exclude_list b/conf/live-snapshot.exclude_list deleted file mode 100644 index 82972e3..0000000 --- a/conf/live-snapshot.exclude_list +++ /dev/null @@ -1,17 +0,0 @@ -# /etc/live-snapshot.exclude_list example -# -# If this file is present in the proper path, each uncommented not empty line -# will be excluded in the target snapshot when live-snapshot is run. -# -# The syntax for the line is just a full file or directory pathname. - -# Each line is treated like a plain match string for "grep -F -v", -# so be careful: e.g. "/tmp" will exclude also "/var/tmp" ! - -# Exclude some standard temporary paths -/tmp -/var/log -/var/cache - -# Firefox profiles are not always useful to remember -/root/.mozilla diff --git a/conf/live-snapshot.list b/conf/live-snapshot.list deleted file mode 100644 index db05733..0000000 --- a/conf/live-snapshot.list +++ /dev/null @@ -1,20 +0,0 @@ -# /etc/live-snapshot resync list example -# -# If this file is present, each uncommented not empty line will be parsed when -# running live-snapshot and included in target snapshot. -# -# The syntax for the line is just a full file or directory pathname. -# Those files and directories, and only those will be included on automatic persistence handling. -# -# Note that in home-sn snapshot all those paths are treated as relative to /home - -# Include itself for reuse -/etc/live-snapshot.list - -# Include networking setups -/etc/network/interfaces -/etc/resolv.conf -/etc/hosts - -# Include the whole Desktop directory of the default user -/home/user/Desktop |
