X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fos-release.xml;h=5a5e318f75bd3c6713880328eee8534893402719;hb=5057d73ba1bb016c9325d0a7fdb84519d3443622;hp=b0468c16a0952bc5d98bc786f4fe5b802ddc4f67;hpb=0b252fc0bea31141c0073f7cd20b825d2f69284d;p=thirdparty%2Fsystemd.git diff --git a/man/os-release.xml b/man/os-release.xml index b0468c16a09..5a5e318f75b 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -1,41 +1,12 @@ - - - + os-release systemd - - - - Developer - Lennart - Poettering - lennart@poettering.net - - @@ -74,7 +45,8 @@ shell style. All strings should be in UTF-8 format, and non-printable characters should not be used. It is not supported to concatenate multiple individually quoted strings. Lines - beginning with "#" shall be ignored as comments. + beginning with "#" shall be ignored as comments. Blank lines are + permitted and ignored. The file /etc/os-release takes precedence over /usr/lib/os-release. @@ -115,7 +87,7 @@ The following OS identifications parameters may be set using os-release: - + NAME= @@ -243,14 +215,18 @@ HOME_URL= + DOCUMENTATION_URL= SUPPORT_URL= BUG_REPORT_URL= PRIVACY_POLICY_URL= - Links to resources on the Internet related 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. + 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. + 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 @@ -259,7 +235,7 @@ if there is any. This is primarily intended for operating systems that rely on community QA. PRIVACY_POLICY_URL= should refer to the - main privacy policy page for the operation system, if there is + main privacy policy page for the operating system, if there is any. These settings are optional, and providing only some of these settings is common. These URLs are intended to be exposed in "About this system" UIs behind links with captions @@ -327,6 +303,22 @@ + + LOGO= + + + A string, specifying the name of an icon as defined by + freedesktop.org Icon Theme Specification. This can be + used by graphical applications to display an operating + system's or distributor's logo. This field is optional and + may not necessarily be implemented on all systems. + Examples: + LOGO=fedora-logo, + LOGO=distributor-logo-opensuse + + + If you are reading this file from C code or a shell script