diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/hostnamectl.xml | 21 | ||||
-rw-r--r-- | man/machine-info.xml | 17 |
2 files changed, 37 insertions, 1 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index a158e67519..99f984f2ce 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -231,6 +231,27 @@ </listitem> </varlistentry> + <varlistentry> + <term><command>set-deployment <replaceable>ENVIRONMENT</replaceable></command></term> + + <listitem><para>Set the deployment + environment description. + <replaceable>ENVIRONMENT</replaceable> + must be a single word without any + control characters. One of the + following is suggested: + <literal>development</literal>, + <literal>integration</literal>, + <literal>staging</literal>, + <literal>production</literal>. + </para> + + <para>Pass an empty string to reset to + the default empty value.</para> + </listitem> + </varlistentry> + + </variablelist> </refsect1> diff --git a/man/machine-info.xml b/man/machine-info.xml index 244e9b69cf..a2ad4e6d11 100644 --- a/man/machine-info.xml +++ b/man/machine-info.xml @@ -157,6 +157,20 @@ available.</para></listitem> </varlistentry> + <varlistentry> + <term><varname>DEPLOYMENT=</varname></term> + + <listitem><para>Describes the system + deployment environment. One of the + following is suggested: + <literal>development</literal>, + <literal>integration</literal>, + <literal>staging</literal>, + <literal>production</literal>. + </para></listitem> + </varlistentry> + + </variablelist> </refsect1> @@ -166,7 +180,8 @@ <programlisting>PRETTY_HOSTNAME="Lennart's Tablet" ICON_NAME=computer-tablet -CHASSIS=tablet</programlisting> +CHASSIS=tablet +DEPLOYMENT=production</programlisting> </refsect1> <refsect1> |