diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 00:15:14 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-22 00:15:14 (EST) |
commit | 5a8ea556881dca34aefe2d8709c6576e488276f0 (patch) | |
tree | b7ac813ee517a312994c9766384a49af5fc9a58a | |
parent | 96f4fc55c39145ef7b73d2512dcb34722156d599 (diff) | |
download | libreboot-5a8ea556881dca34aefe2d8709c6576e488276f0.zip libreboot-5a8ea556881dca34aefe2d8709c6576e488276f0.tar.gz libreboot-5a8ea556881dca34aefe2d8709c6576e488276f0.tar.bz2 |
buildrom-withgrub: It is now possible to use standalone.
Remove comment contradicting this.
-rwxr-xr-x | buildrom-withgrub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub index c7f9f03..594fba1 100755 --- a/buildrom-withgrub +++ b/buildrom-withgrub @@ -21,9 +21,6 @@ set -u -e -v -# DO NOT RUN THIS DIRECTLY! -# Use "build" - if (( $# != 1 )); then echo "Usage: ./buildrom-withgrub boardname" echo "Example: ./buildrom-withgrub x60" |