Merging casper 1.139.
authorDaniel Baumann <daniel@debian.org>
Sat, 16 Aug 2008 21:55:38 +0000 (23:55 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:01 +0000 (17:48 +0100)
Makefile
conf/compcache [new file with mode: 0644]
docs/ChangeLog.casper

index ed1af45..b9a9e6d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ build:
 install: test build
        # Installing configuration
        install -D -m 0644 conf/live.conf $(DESTDIR)/etc/live.conf
+       install -D -m 0644 conf/compcache $(DESTDIR)/usr/share/initramfs-tools/conf.d/compcache
 
        # Installing executables
        mkdir -p $(DESTDIR)/sbin
diff --git a/conf/compcache b/conf/compcache
new file mode 100644 (file)
index 0000000..c93c776
--- /dev/null
@@ -0,0 +1 @@
+COMPCACHE_SIZE="25%"
index c705f1a..153901c 100644 (file)
@@ -1,3 +1,9 @@
+casper (1.139) intrepid; urgency=low
+
+  * add compcache conf.d configuration for initramfs-tools
+
+ -- Oliver Grawert <ogra@ubuntu.com>  Thu, 14 Aug 2008 00:25:54 +0200
+
 casper (1.138) intrepid; urgency=low
 
   [ Tormod Volden ]