diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-06-09 15:10:51 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:53:26 +0100 |
| commit | 5f39ffcb7d20a0b2587d0cdee661eb23a6b4a1d4 (patch) | |
| tree | e5f62e22c46dcd70d2be699248232279676279af | |
| parent | 80108725af940dcc7e0818ed3fbc67fe5419a527 (diff) | |
| download | live-boot-5f39ffcb7d20a0b2587d0cdee661eb23a6b4a1d4.tar.gz live-boot-5f39ffcb7d20a0b2587d0cdee661eb23a6b4a1d4.zip | |
Removing compcache configuration file.
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | conf/compcache | 1 |
2 files changed, 0 insertions, 5 deletions
@@ -39,10 +39,6 @@ build: @echo "Nothing to build." install: - # (FIXME) - # Installing configuration - install -D -m 0644 conf/compcache $(DESTDIR)/usr/share/initramfs-tools/conf.d/compcache - # Installing executables mkdir -p $(DESTDIR)/sbin cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin diff --git a/conf/compcache b/conf/compcache deleted file mode 100644 index 4e04878..0000000 --- a/conf/compcache +++ /dev/null @@ -1 +0,0 @@ -COMPCACHE_SIZE="50%" |
