summaryrefslogtreecommitdiff
path: root/buildrom-withgrub
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-22 05:20:36 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-22 05:20:36 +0000
commitb8a8ee8b1b99e3c3c36261a548e509a1e3fa58bf (patch)
treecfb19b5269034db2fae74c4182b9d5d7cd61f01b /buildrom-withgrub
parentc75a98b208a959df50c287d4fb4261e41a6b926b (diff)
Revert "buildrom-withgrub: It is now possible to use standalone."
This reverts commit 5a8ea556881dca34aefe2d8709c6576e488276f0.
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"