Resurrect another blueprint.
[besstails.git] / config / chroot_local-hooks / 12-initramfs-compress
blob94c7b9f545d3acb26b774bb8a119a2934a417909
1 #!/bin/sh
3 set -e
5 # Compress the initramfs using a more size-wise efficient algorithm.
7 OPTS_FILE='/etc/initramfs-tools/initramfs.conf'
9 [ -f "${OPTS_FILE}" ] || exit 11
11 sed -i'' 's,^COMPRESS=.*,COMPRESS=xz,' "${OPTS_FILE}"