Update bootscript size calculation

Update to gettext-0.18.3.1
Update to kmod-15
Update to iproute2-3.11.0
Update to linux-3.11.0


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10340 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs
2013-09-10 07:26:57 +00:00
parent be2cf0c6bb
commit 8b9846f5cd
5 changed files with 47 additions and 25 deletions

View File

@@ -12,7 +12,7 @@ FILE=$1
# Bootscript data
bootscripts=$(ls lfs-bootscripts*.bz2)
base=$(basename $bootscripts .tar.bz2)
bootsize=$(ls -lk $bootscripts | cut -f5 -d" ")
bootsize=$(ls -l --block-size=1024 $bootscripts | cut -f5 -d" ")
bootmd5=$(md5sum $bootscripts | cut -f1 -d" ")
# Figure intalled size of bootscripts