autoupdate: fix comments in configfiles, thanks to ilya

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-12 10:52:41 +01:00
parent 18c631b302
commit b7bc7105fe

View File

@ -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