diff --git a/base/mkinitramfs/mkinitramfs.sh b/base/mkinitramfs/mkinitramfs.sh index 506b67d96..f7d9af709 100644 --- a/base/mkinitramfs/mkinitramfs.sh +++ b/base/mkinitramfs/mkinitramfs.sh @@ -125,6 +125,7 @@ if [ $? -eq 0 ]; then if [ $errno -eq 0 ]; then initrd=boot/initrd-$kernelver.img + echo "Expanded size: $( du -sh . | cut -d' ' -f1 )" echo "Repacking '$tmpdir' into \$root/$initrd" find . | cpio -o -H newc | gzip -9 > "$root/$initrd.$$"