Skip to content

Commit

Permalink
limite chipsec iso size to 2GB to fit in github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
yaperez-anssi committed Dec 19, 2019
1 parent 3a45b4b commit f6ee0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create-chipsec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ main () {
disk=${arg}
sep=""
else
truncate -s 2G ${arg}
truncate -s 2GB ${arg}
disk=$(losetup --find --show "$arg")
sep="p"
fi
Expand Down

0 comments on commit f6ee0f8

Please sign in to comment.