# This file is installed by grml-live in 10-build-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 -8 --check=crc32
}

# enable XZ compression, reducing initramfs size from ~17MB to ~12MB
compress=xz
