summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMarco Amadori <marco.amadori@gmail.com>2008-06-06 23:44:09 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:00 +0100
commit02f0fb6ca32464adc6d6dd80878ac62bd75048ec (patch)
treecdfb6a4b32d31ecd6e070c55deba45d24fc492b3 /conf
parent41e9edcaf36bf2b7d56eee71bee80703176d111e (diff)
downloadlive-boot-02f0fb6ca32464adc6d6dd80878ac62bd75048ec.tar.gz
live-boot-02f0fb6ca32464adc6d6dd80878ac62bd75048ec.zip
live-snapshot: now supports a static keep file list.
* Included support for specifing a list of files/dirs to be explicitly kept between reboots, enabled only for the "cpio" snapshot type. Look at "/usr/share/doc/live-initramfs/examples/live-snapshot.list" for hints.
Diffstat (limited to 'conf')
-rw-r--r--conf/live-snapshot.list18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/live-snapshot.list b/conf/live-snapshot.list
new file mode 100644
index 0000000..30fe29d
--- /dev/null
+++ b/conf/live-snapshot.list
@@ -0,0 +1,18 @@
+# /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.
+
+# 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