Merge remote-tracking branch 'origin/github/pr/145'
[grml-live.git] / etc / grml / fai / config / files / etc / initramfs-tools / conf.d / xz-compress / GRMLBASE
1 # This file is installed by grml-live in 10-build-initramfs.
2 # Its purpose is to use XZ compression when building initramfs.
3
4 # this is a workaround to pass custom options to the xz compression
5 xz() {
6     command xz --check=crc32
7 }
8
9 # enable XZ compression, reducing initramfs size from ~17MB to ~12MB
10 compress=xz