Merge remote-tracking branch 'origin/github/pr/94'
authorMichael Prokop <mika@grml.org>
Fri, 22 Jan 2021 10:43:16 +0000 (11:43 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 22 Jan 2021 10:43:16 +0000 (11:43 +0100)
etc/grml/fai/config/files/etc/initramfs-tools/conf.d/xz-compress/GRMLBASE

index 3631ac8..613eb4b 100644 (file)
@@ -1,10 +1,5 @@
-# This file is installed by grml-live in 10-build-initramfs.
+# This file is installed by grml-live in 80-initramfs.
 # Its purpose is to use XZ compression when building initramfs.
 
-# this is a workaround to pass custom options to the xz compression
-xz() {
-    command xz --check=crc32
-}
-
-# enable XZ compression, reducing initramfs size from ~17MB to ~12MB
-compress=xz
+# enable XZ compression, reducing initramfs size from ~50MB to ~33M
+COMPRESS=xz