From 37a8ebdd792ed279fff14944570e09896c616e3e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 10 Jun 2021 20:18:44 +0200 Subject: debconf: Add schema --- schemas/bundle.xsd | 14 ++++++++++++++ schemas/rules.xsd | 7 +++++++ schemas/types.xsd | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 4a11a1d1b..7d7a141b7 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -69,6 +69,13 @@ + + + + Abstract description of a Conf entry. + + + @@ -238,6 +245,13 @@ + + + + Fully bound description of a Conf entry. + + + diff --git a/schemas/rules.xsd b/schemas/rules.xsd index fb41ad9d4..7afc0f85e 100644 --- a/schemas/rules.xsd +++ b/schemas/rules.xsd @@ -122,6 +122,13 @@ + + + + Fully bound description of a Conf entry. + + + diff --git a/schemas/types.xsd b/schemas/types.xsd index 0a55f6355..fbd55547d 100644 --- a/schemas/types.xsd +++ b/schemas/types.xsd @@ -105,6 +105,12 @@ + + + + + + @@ -535,4 +541,36 @@ + + + + + The Conf tag allows you to set configurations options client + machines (f.e. debconf). + + + + + + Name of the configuration setting. + + + + + + + The value of the configuration setting. If this is not specified, + the setting will be reset to it's default value. + + + + + + + Driver to use on the client to manage this configuration. + + + + + -- cgit v1.2.3-1-g7c22