Home | History | Annotate | Download | only in update_manager
      1 # Configuration file for the update-manager component of update_engine.
      2 #
      3 # Normally this file is loaded from /etc/update_manager.conf. If
      4 # running update_engine in developer mode (and only if running in
      5 # developer mode), we attempt to load
      6 #
      7 #  /mnt/stateful_partition/etc/update_manager.conf
      8 #
      9 # and use it if it exists. If it doesn't exist, we fall back to
     10 # /etc/update_manager.conf.
     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
     19