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

Unified Diff: mod_for_factory_scripts/200patchInitScript

Issue 3087012: disable chrontel server for factory test (will start via deps/factory/startx.sh) directly (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Created 10 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mod_for_factory_scripts/200patchInitScript
diff --git a/mod_for_factory_scripts/200patchInitScript b/mod_for_factory_scripts/200patchInitScript
index 58542523f68b35086300fc32b88bd19d16a94f03..1d9623bdc8c6d52a5159120a0018bc3e27f56faf 100755
--- a/mod_for_factory_scripts/200patchInitScript
+++ b/mod_for_factory_scripts/200patchInitScript
@@ -88,3 +88,18 @@ index 28c9086..9ebf2b9 100644
respawn
EOF
+
+patch -d ${ROOT_FS_DIR} -Np1 <<EOF
+diff -Nau old/etc/init/chrontel.conf new/etc/init/
+--- old/etc/init/chrontel.conf 2010-08-05 16:32:55.000000000 -0700
++++ new/etc/init/chrontel.conf 2010-08-05 16:32:45.000000000 -0700
+@@ -7,7 +7,7 @@
+
+ # start as early as possible to allow login screen on hdmi
+ # Need udev to have connected the i2c before we can use it
+-start on started udev
++start on never
+ stop on starting halt or starting reboot
+
+ # sadly, these can't reference each other.
+EOF
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698