summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30af16d..ed1af45 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ install: test build
cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-initramfs
mkdir -p $(DESTDIR)/usr/share/doc/live-initramfs/examples
- cp -r conf/live.conf $(DESTDIR)/usr/share/doc/live-initramfs/examples
+ cp -r conf/* $(DESTDIR)/usr/share/doc/live-initramfs/examples
# Installing manpages
set -e; for MANPAGE in manpages/*.en.1; \