Re: [Patch] lsinitrd: display the size of initrd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01.08.2011 08:55, Amerigo Wang wrote:
> It is useful to display the size of initrd in human-friendly form.
> 
> Signed-off-by: Amerigo Wang <amwang@xxxxxxxxxx>
> 
> ---
> diff --git a/lsinitrd b/lsinitrd
> index 3b9cc85..7da9f61 100755
> --- a/lsinitrd
> +++ b/lsinitrd
> @@ -41,7 +41,7 @@ if [[ $# -eq 2 ]]; then
>      exit $?
>  fi
>  
> -echo "$image:"
> +echo "$image: $(du -h $image | awk '{print $1}')"
>  echo "========================================================================"
>  $CAT "$image" | cpio --extract --verbose --quiet --to-stdout 'lib/dracut/dracut-*' 2>/dev/null
>  echo "========================================================================"
> --
> 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

pushed
--
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


[Index of Archives]     [Linux Kernel]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux