Dropping superfluous comment about recompression initrd images in chroot_hacks.

This commit is contained in:
Daniel Baumann 2014-04-25 21:20:18 +02:00
parent c3bd85f0de
commit 9db58d9489
1 changed files with 0 additions and 3 deletions

View File

@ -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}"