summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-04-25 21:20:18 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2014-04-26 08:05:32 +0200
commit9db58d9489df12a9f7354645dac59a2748d3c802 (patch)
tree290f17254f1b6b60f6736136a3f1c89897d8c104
parentc3bd85f0de1a14544713fa442bea6e68327877cf (diff)
downloadvyos-live-build-9db58d9489df12a9f7354645dac59a2748d3c802.tar.gz
vyos-live-build-9db58d9489df12a9f7354645dac59a2748d3c802.zip
Dropping superfluous comment about recompression initrd images in chroot_hacks.
-rwxr-xr-xscripts/build/chroot_hacks3
1 files changed, 0 insertions, 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}"