summaryrefslogtreecommitdiff
path: root/buildrom-withgrub
diff options
context:
space:
mode:
Diffstat (limited to 'buildrom-withgrub')
-rwxr-xr-xbuildrom-withgrub3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildrom-withgrub b/buildrom-withgrub
index cdc90d9..ac1888f 100755
--- a/buildrom-withgrub
+++ b/buildrom-withgrub
@@ -21,6 +21,9 @@
set -u -e -v
+# DO NOT RUN THIS DIRECTLY!
+# Use "build"
+
if (( $# != 1 )); then
echo "Usage: ./buildrom-withgrub boardname"
echo "Example: ./buildrom-withgrub x60"