From 9db58d9489df12a9f7354645dac59a2748d3c802 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 25 Apr 2014 21:20:18 +0200 Subject: Dropping superfluous comment about recompression initrd images in chroot_hacks. --- scripts/build/chroot_hacks | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index b2f51cad4..50f43cb52 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -94,9 +94,6 @@ case "${LB_INITRAMFS_COMPRESSION}" in ;; lzma) - # We probably ought to use COMPRESS= in a temporary file in - # /etc/initramfs-tools/conf.d/ instead, but it's hard to - # pass options that way. for INITRAMFS in $(find chroot/boot -name 'initrd*'); do zcat "${INITRAMFS}" | lzma -c ${LZMA_OPTIONS} > "${INITRAMFS}.new" mv "${INITRAMFS}.new" "${INITRAMFS}" -- cgit v1.2.3