summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutility/vbutil_what_keys2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/vbutil_what_keys b/utility/vbutil_what_keys
index 2e6d0b0a..b4427a30 100755
--- a/utility/vbutil_what_keys
+++ b/utility/vbutil_what_keys
@@ -98,7 +98,7 @@ dofile() {
file="$1"
size=$(stat -c %s "$file")
- if [ -f "$file" ] && [ "$size" -le 8388608 ]; then
+ if [ -f "$file" ] && [ "$size" -le 16777216 ]; then
echo -e "\nBIOS: $file"
showbios "$file" ""