From 77815e8178e1921dc24154bf45ca7c88f401cfac Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Wed, 30 Jun 2021 17:12:02 +0200 Subject: [PATCH] Improve addons.cfg package documentation (#1307) Fixes #1305 Signed-off-by: Wouter Born --- .../src/main/resources/conf/services/addons.cfg | 6 ++---- .../openhab/src/main/resources/conf/services/addons.cfg | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/distributions/openhab-demo/src/main/resources/conf/services/addons.cfg b/distributions/openhab-demo/src/main/resources/conf/services/addons.cfg index 2aa3e25958..8eb66ca5b9 100644 --- a/distributions/openhab-demo/src/main/resources/conf/services/addons.cfg +++ b/distributions/openhab-demo/src/main/resources/conf/services/addons.cfg @@ -4,10 +4,8 @@ # as otherwise your definition might be in conflict with what the installation package defines. # # Valid options: -# - standard : Standard setup for normal use of openHAB -# - minimal : Installation of core components, but no UIs or other add-ons. Use this for special headless setups. -# -# See https://www.openhab.org/docs/configuration/packages.html for a detailed explanation of these packages. +# - standard : Standard setup for normal use of openHAB with persistence (rrd4j) and additional UI add-ons (basic,habpanel). +# - minimal : Installation of core components without additional add-ons. # package = standard diff --git a/distributions/openhab/src/main/resources/conf/services/addons.cfg b/distributions/openhab/src/main/resources/conf/services/addons.cfg index cb95e8afd9..fb6d20751b 100644 --- a/distributions/openhab/src/main/resources/conf/services/addons.cfg +++ b/distributions/openhab/src/main/resources/conf/services/addons.cfg @@ -4,10 +4,8 @@ # as otherwise your definition might be in conflict with what the installation package defines. # # Valid options: -# - standard : Standard setup for normal use of openHAB -# - minimal : Installation of core components, but no UIs or other add-ons. Use this for special headless setups. -# -# See https://www.openhab.org/docs/configuration/packages.html for a detailed explanation of these packages. +# - standard : Standard setup for normal use of openHAB with persistence (rrd4j) and additional UI add-ons (basic,habpanel). +# - minimal : Installation of core components without additional add-ons. # package = standard