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

Unified Diff: mod_for_factory_scripts/200patchInitScript

Issue 5975002: scripts: Update factory mod diff for boot-complete job. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 10 years 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 747f10b215ea31d7327b6f05f1bab23b5138764f..0244f74533bea90e03192e25c7df959fed12b659 100755
--- a/mod_for_factory_scripts/200patchInitScript
+++ b/mod_for_factory_scripts/200patchInitScript
@@ -20,8 +20,8 @@ patch -d "${ROOT_FS_DIR}" -Np1 <<EOF
diff -Naur old/etc/init/boot-complete.conf new/etc/init/boot-complete.conf
--- old/etc/init/boot-complete.conf 2010-07-21 11:22:30.000000000 +0800
+++ new/etc/init/boot-complete.conf 2010-07-21 22:13:36.000000000 +0800
-@@ -7 +7 @@
--start on login-prompt-ready
+@@ -15 +15 @@
+-start on login-prompt-visible
+start on started udev
EOF
@@ -31,7 +31,7 @@ cat >"${ROOT_FS_DIR}/etc/init/factory.conf" <<EOF
# found in the LICENSE file.
description "Chrome OS factory startup stub"
-author "chromium-os-dev@googlegroups.com"
+author "chromium-os-dev@chromium.org"
start on stopped udev-addon
stop on starting halt or starting reboot
@@ -55,6 +55,9 @@ cat >"${ROOT_FS_DIR}/etc/init/factorylog.conf" <<EOF
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+description "Print Chrome OS factory log to tty3"
+author "chromium-os-dev@chromium.org"
+
start on started factory
stop on starting halt or starting reboot
« 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