repo.or.cz
/
kvm-coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed hardcoded path from the default uclibc config
[kvm-coreboot.git]
/
bin
/
checkrom.sh
blob
dee22633c731ef440b64bc997e9d755a387aed25
1
#!/bin/sh
2
3
size
=
`du -b
$1
| cut -f1`
4
echo
"******************"
5
echo
"Payload takes
$size
Bytes (`expr
$size
/ 1024` KBytes) in ROM:"
6
echo
"******************"
7
8
exit
0