committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2023-05-25 13:41:40 +03:00
parent a96e2e2fa1
commit d564162974
68 changed files with 520 additions and 120 deletions

View File

@@ -436,22 +436,37 @@
[autoupgrade]
# The autoupgrade plugin is only available for Windows.
# The "allow-upgrade" option controls whether automatic upgrades (or reinstalls)
# are allowed. The two options "allow-add-feature" and "allow-remove-feature"
# control whether adding or removing a feature will be allowed. The two latter
# ones only affect Windows tools.
# are allowed.
#allow-upgrade=true
# The autoupgrade plugin is only available for Windows.
# The "allow-add-feature" and "allow-remove-feature" control whether adding
# or removing a feature will be allowed.
# The allow-msi-transforms option controls whether TRANSFORMS property is
# allowed.
#allow-add-feature=true
#allow-remove-feature=true
#allow-msi-transforms=false
[deployPkg]
# to disable guest customization
#enable-customization=false
# This "wait-cloudinit-timeout" option controls how long does guest
# customization wait for cloud-init execution done when it detects cloud-init
# is available in guest.
# Guest customization will continue executing as soon as it detects cloud-init
# execution done within this option's value in seconds.
# If cloud-init is still running beyond this option's value in seconds, guest
# customization will continue executing regardless cloud-init execution status.
# Minimum valid value is 0 second, set to 0 to disable waiting.
# Maximum valid value is 1800 seconds (30 minutes).
# Default value is 30 seconds.
#wait-cloudinit-timeout=30
[cbhelper]
# The carbonblack helper plugin is only available for Windows.