mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-06-15 18:25:53 +00:00
man/os-release: Add BUILD_ID field
BUILD_ID is a fairly generic field used to identify the system image that was used to install the distribution.
This commit is contained in:
committed by
Auke Kok
parent
464264ac5a
commit
f0b647223d
@@ -298,6 +298,28 @@
|
||||
<literal>BUG_REPORT_URL="https://bugzilla.redhat.com/"</literal></para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>BUILD_ID=</varname></term>
|
||||
|
||||
<listitem><para>A string uniquely
|
||||
identifying the system image used as
|
||||
the origin for a distribution (it is
|
||||
not updated with system updates). The
|
||||
field can be identical between
|
||||
different VERSION_IDs as BUILD_ID is
|
||||
an only a unique identifier to a
|
||||
specific version. Distributions that
|
||||
release each update as a new version
|
||||
would only need to use VERSION_ID as
|
||||
each build is already distinct based
|
||||
on the VERSION_ID. This field is
|
||||
optional. Example:
|
||||
<literal>BUILD_ID="2013-03-20.3"</literal>
|
||||
or
|
||||
<literal>BUILD_ID=201303203</literal>.
|
||||
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user