Browse Source

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
early
Alejandro Mery 18 years ago
parent
commit
f9aa9c9ba0
  1. 1
      base/mkinitramfs/mkinitramfs.sh

1
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."

Loading…
Cancel
Save