From a3e0bba8a9d032413b8540f169cb83b5fd31fb7c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 4 Oct 2018 07:19:18 -0500 Subject: [PATCH] Add DOCUMENTATION_URL as a standard value for /etc/os-release It is very useful for distributions to be able to set a primary documentation URL in a standard location so that users and applications on the system can identify it. For example, many headless systems these days use the "Cockpit" admin console. It would be ideal if we could specify this location directly in the os-release file so that any application or service could have a well-known location for retrieving this and displaying it appropriately. Users could likewise examine /etc/os-release to learn this location. Related: https://github.com/cockpit-project/cockpit/issues/10198 Signed-off-by: Stephen Gallagher --- man/os-release.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/man/os-release.xml b/man/os-release.xml index 58b8639..0efd263 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -218,14 +218,18 @@ HOME_URL= + DOCUMENTATION_URL= SUPPORT_URL= BUG_REPORT_URL= PRIVACY_POLICY_URL= Links to resources on the Internet related to - the operating system. HOME_URL= should refer - to the homepage of the operating system, or alternatively some - homepage of the specific version of the operating system. + the operating system. + HOME_URL= should refer to the homepage of + the operating system, or alternatively some homepage of the + specific version of the operating system. + DOCUMENTATION_URL= should refer to the main + documentation page for this operating system. SUPPORT_URL= should refer to the main support page for the operating system, if there is any. This is primarily intended for operating systems which vendors -- 2.7.4