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

Side by Side Diff: src/platform/recovery_installer/recovery_install.conf

Issue 2081018: fix for issue 2610: (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: s/mod_image/image_type/ Created 10 years, 6 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 unified diff | Download patch
« no previous file with comments | « src/platform/init/chromeos_startup ('k') | src/scripts/build_image » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 # description "Recovery installer service"
6 # author "chromium-os-dev@googlegroups.com"
7 #
8 # when dump-boot-stats has run, start up recovery installer.
9
10 start on started udev
11
12 # TODO(tgao): replace debug output and auto-shutdown with a friendly UI
13 script
14 # use "sh -x" to output extensive debug output to console for now
15 sh -x /usr/sbin/chromeos-install --recovery --run_as_root
16 # shut down and power off the device (with 1 minute delay)
17 shutdown -h +1
18 end script
19 console output
OLDNEW
« no previous file with comments | « src/platform/init/chromeos_startup ('k') | src/scripts/build_image » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698