Alex Deymo | 63784a5 | 2014-05-28 10:46:14 -0700 | [diff] [blame^] | 1 | # Configuration file for the update-manager component of update_engine. |
David Zeuthen | b22a849 | 2014-04-23 17:38:44 -0700 | [diff] [blame] | 2 | # |
Alex Deymo | 63784a5 | 2014-05-28 10:46:14 -0700 | [diff] [blame^] | 3 | # Normally this file is loaded from /etc/update_manager.conf. If |
David Zeuthen | b22a849 | 2014-04-23 17:38:44 -0700 | [diff] [blame] | 4 | # running update_engine in developer mode (and only if running in |
| 5 | # developer mode), we attempt to load |
| 6 | # |
Alex Deymo | 63784a5 | 2014-05-28 10:46:14 -0700 | [diff] [blame^] | 7 | # /mnt/stateful_partition/etc/update_manager.conf |
David Zeuthen | b22a849 | 2014-04-23 17:38:44 -0700 | [diff] [blame] | 8 | # |
| 9 | # and use it if it exists. If it doesn't exist, we fall back to |
Alex Deymo | 63784a5 | 2014-05-28 10:46:14 -0700 | [diff] [blame^] | 10 | # /etc/update_manager.conf. |
David Zeuthen | b22a849 | 2014-04-23 17:38:44 -0700 | [diff] [blame] | 11 | # |
| 12 | # Note: changes to this file are not automatically applied. Use the |
| 13 | # command "restart update-engine" from a root shell to make your |
| 14 | # changes take effect. |
| 15 | |
| 16 | # Set to true if the device supports the concept of OOBE |
| 17 | # (Out-Of-the-Box-Experience), false if it doesn't. |
| 18 | is_oobe_enabled=true |