On 05/21/2012 04:37 PM, Dave Young wrote:
Add --printsize for measuring module installed size to initramfs
...
+ + #print the module install size + if [ -n "$printsize" ]; then + _isize_new=$(du -sk ${initdir}|cut -f1) + _isize_delta=$(($_isize_new - $_isize)) + echo "$_d_mod install size: ${_isize_delta}k" + _isize=$_isize_new + fi fi
Yeah, it is a nice feature, to calculate the module installation size by delta of the whole initrd size.
Could you include the sample output in the changelog? Thanks. -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html