5 echo "Configuring compression of the initramfs"
7 # Compress the initramfs using a more size-wise efficient algorithm.
9 OPTS_FILE
='/etc/initramfs-tools/initramfs.conf'
11 [ -f "${OPTS_FILE}" ] ||
exit 11
13 sed -i'' 's,^COMPRESS=.*,COMPRESS=xz,' "${OPTS_FILE}"