summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-08-16 23:55:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:01 +0100
commit6347d783e0edf9d3a5e4df9686bd0e2744b32f9f (patch)
tree2ad0f082b490961388c3fc8529612c5283b6deab
parent8088c0fc9a08f024c32f854b9871fb5bc5de3458 (diff)
downloadlive-boot-6347d783e0edf9d3a5e4df9686bd0e2744b32f9f.tar.gz
live-boot-6347d783e0edf9d3a5e4df9686bd0e2744b32f9f.zip
Merging casper 1.139.
-rw-r--r--Makefile1
-rw-r--r--conf/compcache1
-rw-r--r--docs/ChangeLog.casper6
3 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed1af45..b9a9e6d 100644
--- 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
index 0000000..c93c776
--- /dev/null
+++ b/conf/compcache
@@ -0,0 +1 @@
+COMPCACHE_SIZE="25%"
diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index c705f1a..153901c 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -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 ]