initramfs xz-compress: use default xz compression level
[grml-live.git] / etc / grml / fai / config / files / etc / initramfs-tools / conf.d / xz-compress / GRMLBASE
index 4e6b5b3..3631ac8 100644 (file)
@@ -3,7 +3,7 @@
 
 # this is a workaround to pass custom options to the xz compression
 xz() {
-    command xz -8 --check=crc32
+    command xz --check=crc32
 }
 
 # enable XZ compression, reducing initramfs size from ~17MB to ~12MB