diff --git a/packages/tools/autoupdate/config/update.conf b/packages/tools/autoupdate/config/update.conf index e6b47b08a3..15193243a4 100644 --- a/packages/tools/autoupdate/config/update.conf +++ b/packages/tools/autoupdate/config/update.conf @@ -1,15 +1,29 @@ -# Setup autoupdate ( no / manually / auto ) -# -# no: no popup-information about new updates, no automatically download, -# no autoupdate. -# -# manually: shows popupinformation about updates, you must manually download the -# and extract the update package. Copy the files "SYSTEM" and "KERNEL" -# locally or per SSH/SCP to /storage/.update or via SMB to the -# "Update" share. Then reboot the system to install the update. -# -# auto: shows popupinformation about updates, the autoupdater downloads the -# update package and shows an information that the system must -# manually rebooted to install the update. +# update.conf + +# This configuration file allows you to setup the update feature of +# openelec + +# The update features retain all custom settings and files from both +# the openelec base system and xbmc + +# Options are "no" / "manually" / "auto" ) + +# no: -Disable updates +# -No pop-up information about available updates +# -No automatic downloadling + +# manually: Manual updates +# -Shows pop-up information about available updates +# -No automatic downloading +# -To update: Download the required openelec version, extract +# and copy the two files "SYSTEM" and "KERNEL" to the "Update" +# share (or /storage/.update) +# Reboot the system and the update will install automatically + +# auto: Automatic updates +# -Shows pop-up information about available updates +# -New updates will be automatically downloaded +# -The system will notify you that a reboot is all that's +# required to complete the upgrade AUTOUPDATE=manually \ No newline at end of file