From f9aa9c9ba07485f2b6eb29b039d8aee9533ec5ce Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 12 Jun 2007 17:56:14 +0000 Subject: [PATCH] Changed mkinitramfs's mkinitramfs.sh to show the size of the new image at the end git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21322 10447126-35f2-4685-b0cf-6dd780d3921f --- base/mkinitramfs/mkinitramfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/base/mkinitramfs/mkinitramfs.sh b/base/mkinitramfs/mkinitramfs.sh index c4aec9214..506b67d96 100644 --- a/base/mkinitramfs/mkinitramfs.sh +++ b/base/mkinitramfs/mkinitramfs.sh @@ -130,6 +130,7 @@ if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then mv -f "$root/$initrd.$$" "$root/$initrd" + du -sh "$root/$initrd" cd "$olddir"; rm -rf "$tmpdir" echo "done."