Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: tools/raspberry-pi2/qemufy-image.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/raspberry-pi2/prepare-image.sh ('k') | tools/raspberry-pi2/raspbian-scripts/dartino-configuration » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/raspberry-pi2/qemufy-image.sh
diff --git a/tools/raspberry-pi2/qemufy-image.sh b/tools/raspberry-pi2/qemufy-image.sh
index 3a4a53cfc3cea2e261d50c45577f376fa9acb75d..e3fb9b2f87f25560af36f8f37778580f326c5021 100755
--- a/tools/raspberry-pi2/qemufy-image.sh
+++ b/tools/raspberry-pi2/qemufy-image.sh
@@ -4,7 +4,7 @@
# BSD-style license that can be found in the LICENSE.md file.
#
# Script for preparing the Raspberry Pi2 image for easy installation of the
-# fletch agent. All this script does is basically to comment out a few lines
+# dartino agent. All this script does is basically to comment out a few lines
# in /etc/fstab and /etc/ld.so.preload.
#
# It is expected that the script producing the actual release image will remove
@@ -16,7 +16,7 @@
# future.
#
# We push the output of this run to a bundle on google cloud storage and use
-# that to create the actual bundles with specific fletch vm/agents on them.
+# that to create the actual bundles with specific dartino vm/agents on them.
#
# PLEASE NOTE THAT THIS SCRIPT WILL DO IN PLACE UPDATING
« no previous file with comments | « tools/raspberry-pi2/prepare-image.sh ('k') | tools/raspberry-pi2/raspbian-scripts/dartino-configuration » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698