From: John Wolfe Date: Fri, 11 Dec 2020 03:34:56 +0000 (-0800) Subject: Change to common source file not immediately applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197124856f619fb303f8bb5f91489c8f6753e0e4;p=thirdparty%2Fopen-vm-tools.git Change to common source file not immediately applicable to open-vm-tools. GuestStore Upgrade: add settings to the tools.conf file This change adds the GuestStore Upgrade settings to the tools.conf file installed with Tools. Settings are: [gueststoreupgrade] # The guestStoreUpgrade plugin is only available for Windows. # The policy value is one of the settings listed below. # off = no VMware Tools upgrade from GuestStore. Feature is # disabled. # manual = (Default) VMware Tools upgrade from GuestStore is # manually started. # powercycle = VMware Tools upgrade from GuestStore on system # power on. #policy=manual # Time interval for periodically checking available VMware Tools package # version in the GuestStore. # User-defined poll interval in seconds. Set to 0 to disable polling. # Minimum valid value is 900 seconds (15 minutes) # Default value is 3600 seconds (60 minutes) #poll-interval=3600 # VMware Tools package version metadata key to specify a VMware Tools # package version in the GuestStore. # User-defined key for VMware Tools package version. # Default value is "vmtools" which points to the latest version of # VMware Tools package in the GuestStore. #vmtools-version-key=vmtools --- diff --git a/open-vm-tools/tools.conf b/open-vm-tools/tools.conf index 0e6dfffb3..fe08ebe8e 100644 --- a/open-vm-tools/tools.conf +++ b/open-vm-tools/tools.conf @@ -351,3 +351,31 @@ # User-defined poll interval in seconds. Set to 0 to disable polling. #poll-interval=60 + +[gueststoreupgrade] + +# The guestStoreUpgrade plugin is only available for Windows. + +# The policy value is one of the settings listed below. +# off = no VMware Tools upgrade from GuestStore. Feature is +# disabled. +# manual = (Default) VMware Tools upgrade from GuestStore is +# manually started. +# powercycle = VMware Tools upgrade from GuestStore on system +# power on. + +#policy=manual + +# Time interval for periodically checking available VMware Tools package +# version in the GuestStore. +# User-defined poll interval in seconds. Set to 0 to disable polling. +# Minimum valid value is 900 seconds (15 minutes) +# Default value is 3600 seconds (60 minutes) +#poll-interval=3600 + +# VMware Tools package version metadata key to specify a VMware Tools +# package version in the GuestStore. +# User-defined key for VMware Tools package version. +# Default value is "vmtools" which points to the latest version of +# VMware Tools package in the GuestStore. +#vmtools-version-key=vmtools