mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-12-27 03:33:50 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user