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

Unified Diff: skolo/raspberry-pi/setup-swarming.sh

Issue 1933243002: Mount sd partitions as noatime and fix df (Closed) Base URL: https://skia.googlesource.com/buildbot@script-on-start
Patch Set: Created 4 years, 8 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 | « skolo/raspberry-pi/finalize_image.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skolo/raspberry-pi/setup-swarming.sh
diff --git a/skolo/raspberry-pi/setup-swarming.sh b/skolo/raspberry-pi/setup-swarming.sh
index d081107297119941c6a8aeeb084297aa590c5d0e..f1f3792bc2b232484a94a68ace8b01cb5eb938fc 100644
--- a/skolo/raspberry-pi/setup-swarming.sh
+++ b/skolo/raspberry-pi/setup-swarming.sh
@@ -38,6 +38,9 @@ then
ln python-adb/adb.zip adb
fi
+# Fix df
+ln -s /proc/mounts /etc/mtab
+
# Make swarming run on boot
update-rc.d swarming defaults 90
# Adb can now be used by python /opt/adb
« no previous file with comments | « skolo/raspberry-pi/finalize_image.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698