diff options
| author | Marco Amadori <marco.amadori@gmail.com> | 2008-06-06 23:44:09 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:00 +0100 |
| commit | 02f0fb6ca32464adc6d6dd80878ac62bd75048ec (patch) | |
| tree | cdfb6a4b32d31ecd6e070c55deba45d24fc492b3 /Makefile | |
| parent | 41e9edcaf36bf2b7d56eee71bee80703176d111e (diff) | |
| download | live-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |
