GRMLBASE/98-clean-chroot: fix resolvconf symlink handling + get rid of resolvconf...
[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 -8 --check=crc32
7 }
8
9 # enable XZ compression, reducing initramfs size from ~17MB to ~12MB
10 compress=xz