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

Unified Diff: mod_for_factory_scripts/200patchInitScript

Issue 4259002: import http://codereview.chromium.org/4290001/show (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git
Patch Set: add bug Created 10 years, 1 month 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 7caa95acb4d3d4723341722b5c1064cd8ad63d7a..312deb4578d7d40afd40c97c54ea27ed9b04c23c 100755
--- a/mod_for_factory_scripts/200patchInitScript
+++ b/mod_for_factory_scripts/200patchInitScript
@@ -22,7 +22,7 @@ patch -d ${ROOT_FS_DIR} -Np1 <<EOF
EOF
patch -d ${ROOT_FS_DIR} -Np1 <<EOF
-diff -Naur old/etc/init/dump-boot-stats.conf new/etc/init/dump-boot-stats.conf
+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 +7,7 @@
@@ -30,7 +30,7 @@ diff -Naur old/etc/init/dump-boot-stats.conf new/etc/init/dump-boot-stats.conf
# Primarily, this means calculating boot time statistics.
-start on login-prompt-ready
-+start on stopping startup
++start on started udev
task
EOF
@@ -43,7 +43,7 @@ cat > ${ROOT_FS_DIR}/etc/init/factory.conf <<EOF
description "Chrome OS factory startup stub"
author "chromium-os-dev@googlegroups.com"
-start on started udev
+start on stopped udev-addon
stop on starting halt or starting reboot
script
« 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