Split from grml-live to workaround licensing issues.
[grml-live-grml.git] / etc / grml / fai / config / files / etc / initramfs-tools / conf.d / xz-compress / GRMLBASE
diff --git a/etc/grml/fai/config/files/etc/initramfs-tools/conf.d/xz-compress/GRMLBASE b/etc/grml/fai/config/files/etc/initramfs-tools/conf.d/xz-compress/GRMLBASE
deleted file mode 100644 (file)
index 1500f6f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# This file is installed by grml-live in 10-build-initramfs.
-# It's purpose is to use XZ compression when building initramfs.
-
-# this is a workaround to pass custom options to the xz compression
-xz() {
-    command xz -8 --check=crc32
-}
-
-# enable XZ compression, reducing initramfs size from ~17MB to ~12MB
-compress=xz