Jay Srinivasan | 1c0fe79 | 2013-03-28 16:45:25 -0700 | [diff] [blame] | 1 | // Copyright (c) 2013 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 | #include "update_engine/constants.h" | ||||
6 | |||||
7 | namespace chromeos_update_engine { | ||||
8 | |||||
9 | const char kPowerwashMarkerFile[] = | ||||
10 | "/mnt/stateful_partition/factory_install_reset"; | ||||
11 | |||||
12 | const char kPowerwashCommand[] = "safe fast\n"; | ||||
13 | } |