Skip to content

Commit

Permalink
Merge branch 'maintenance/SLE15SP3' into maintenance/SLE_Micro_5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lvicoun committed Sep 11, 2024
2 parents a743471 + bb1f5f8 commit bcf1044
Show file tree
Hide file tree
Showing 43 changed files with 3,497 additions and 191 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
allow-build: ${{ steps.select-dc-build.outputs.allow-build }}
relevant-branches: ${{ steps.select-dc-build.outputs.relevant-branches }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Checking basic soundness of DC files
uses: openSUSE/doc-ci@gha-select-dcs
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
dc-files: ${{ fromJson(needs.select-dc-files.outputs.validate-list) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Validating DC file(s) ${{ matrix.dc-files }}
uses: openSUSE/doc-ci@gha-validate
with:
Expand All @@ -61,14 +61,14 @@ jobs:
matrix:
dc-files: ${{ fromJson(needs.select-dc-files.outputs.build-list) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Building DC file(s) ${{ matrix.dc-files }}
id: build-dc
uses: openSUSE/doc-ci@gha-build
with:
dc-files: ${{ matrix.dc-files }}
- name: Uploading builds as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build-dc.outputs.artifact-name }}
path: ${{ steps.build-dc.outputs.artifact-dir }}/*
Expand All @@ -81,7 +81,7 @@ jobs:
needs: [select-dc-files, build-html]
steps:
- name: Downloading all build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifact-dir
- name: Publishing builds on susedoc.github.io
Expand Down
8 changes: 3 additions & 5 deletions xml/adm_shell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
Traditionally, <emphasis>the</emphasis> Linux shell is Bash
(Bourne again Shell). When this chapter speaks about <quote>the shell</quote>
it means Bash. There are more shells available (ash, csh, ksh, zsh, &hellip;),
each employing different features and characteristics. If you need further
information about other shells, search for <emphasis>shell</emphasis> in
&yast;.
each employing different features and characteristics.
</para>

<sect2 xml:id="sec-adm-configfiles">
Expand All @@ -62,7 +60,7 @@
</listitem>
<listitem>
<formalpara>
<title><quote>Ordinary</quote> interactive shell</title>
<title>Interactive non-login shell</title>
<para>
This is normally the case when starting xterm, konsole, gnome-terminal,
or similar command-line interface (CLI) tools.
Expand All @@ -71,7 +69,7 @@
</listitem>
<listitem>
<formalpara>
<title>Non-interactive shell</title>
<title>Non-interactive non-login shell</title>
<para>
This is invoked when invoking a shell script at the command line.
</para>
Expand Down
2 changes: 1 addition & 1 deletion xml/adm_wbem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<sect3 xml:id="sec-wbem-setting-secure-cert">
<title>Certificates</title>
<para>
Secure Socket Layers (SSL) transports require a certificate for secure
Secure Sockets Layers (SSL) transports require a certificate for secure
communication to occur. When SFCB is installed, it has a self-signed
certificate generated.
</para>
Expand Down
2 changes: 1 addition & 1 deletion xml/apache2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ sknorr, 2017-06-07 -->
<title>More information</title>
<para>
To learn more about concepts and definitions of TLS/SSL, refer to
<link xlink:href="http://httpd.apache.org/docs/2.4/ssl/ssl_intro.html">http://httpd.apache.org/docs/2.4/ssl/ssl_intro.html</link>.
<link xlink:href="https://httpd.apache.org/docs/2.4/ssl/ssl_intro.html"/>.
</para>
</tip>
<sect3 xml:id="sec-apache2-ssl-certificate-dummy">
Expand Down
4 changes: 2 additions & 2 deletions xml/art-nvidia-vgpu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to configure the NVIDIA Virtual GPU (vGPU) for KVM guests</meta>
<meta name="social-descr" its:translate="yes">Configure NVIDIA vGPU for KVM guests</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Virtualization</phrase>
</meta>
<revhistory xml:id="rh-article-nvidia-vgpu">
Expand All @@ -36,7 +36,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/art_amd-sev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to enable and configure AMD Secure Encrypted Virtualization</meta>
<meta name="social-descr" its:translate="yes">Enable and configure AMD-SEV</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Virtualization</phrase>
</meta>
<revhistory xml:id="rh-article-amd-sev">
Expand All @@ -52,7 +52,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/art_installation-sleds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to install &productname;</meta>
<meta name="social-descr" its:translate="yes">Install &productname;</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Installation</phrase>
</meta>
<revhistory xml:id="rh-article-installation">
Expand All @@ -38,7 +38,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
2 changes: 1 addition & 1 deletion xml/art_jeos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to set up and use &slsa; &jeos;</meta>
<meta name="social-descr" its:translate="yes">Set up &slsa; &jeos;</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Deployment</phrase>
<phrase>Virtualization</phrase>
</meta>
Expand Down
4 changes: 2 additions & 2 deletions xml/art_modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to use the modules and extensions available for the &sle; family</meta>
<meta name="social-descr" its:translate="yes">Use modules and extensions for &slea;</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Administration</phrase>
<phrase>Installation</phrase>
</meta>
Expand All @@ -44,7 +44,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/art_raspberry-pi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to set up &productname; for Arm on the Raspberry Pi* platform</meta>
<meta name="social-descr" its:translate="yes">Set up &slsa; for Arm on Raspberry Pi*</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Installation</phrase>
</meta>
<revhistory xml:id="rh-article-raspberry-pi">
Expand All @@ -52,7 +52,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/art_virtualization-best-practices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to choose the optimal virtualization technology based on workload</meta>
<meta name="social-descr" its:translate="yes">Make the best virtualization choice for your setup</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Virtualization</phrase>
</meta>
<revhistory xml:id="rh-article-virtualization-best-practices">
Expand All @@ -33,7 +33,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
14 changes: 5 additions & 9 deletions xml/ay_control_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,12 @@ exit 0
<literal>config:type="list"</literal> attribute.
</para>
<tip>
<title>Using sorter type annotations</title>
<title>Using shorter type annotations</title>
<para>
In the example above, the <literal>drive</literal> resource is a map
consisting of a <literal>device</literal> property and a
<literal>partitions</literal> resource. The <literal>partitions</literal>
resource is a list containing multiple instances of the
<literal>partition</literal> resource. Each <literal>partition</literal>
resource is a map containing a <literal>size</literal> and
<literal>mount</literal> property.
Starting with &productname; <phrase os="sles;sled">15 SP3</phrase>
<phrase os="osuse">15.3</phrase><phrase os="slemicro">5.1</phrase>, it is
possible to use the attribute <literal>t</literal> instead of
<literal>config:type</literal> to specify the element type.
</para>
</tip>
</sect2>
Expand Down Expand Up @@ -262,4 +259,3 @@ exit 0
</sect2>
</sect1>
</chapter>

4 changes: 2 additions & 2 deletions xml/ay_erb_templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,14 +404,14 @@
<example>
<title>Configure the connected network cards</title>
<screen>&lt;interfaces t="list"&gt;
&lt;% with_link = netword_cards.sort_by { |n| n[:name] }.find { |n| n[:link] } %&gt;
&lt;% with_link = network_cards.sort_by { |n| n[:name] }.find { |n| n[:link] } %&gt;
&lt;% if with_link %&gt;
&lt;interface&gt;
&lt;device&gt;&lt;%= with_link[:device] %&gt;&lt;/device&gt;
&lt;startmode&gt;auto&lt;/startmode&gt;
&lt;bootproto&gt;dhcp&lt;/bootproto&gt;
&lt;/interface&gt;
&lt;% end &gt;
&lt;% end %&gt;
&lt;/interfaces&gt;
</screen>
</example>
Expand Down
6 changes: 3 additions & 3 deletions xml/ay_general_options.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</callout>
<callout arearefs="co-ay-general-cio-ignore" arch="zseries">
<para>
<!-- Blacklisting Unused Devices on IBM z Systems -->
<!-- Ignoring Unused Devices on IBM z Systems -->
<xref linkend="CreateProfile-General-cio-ignore"/>
</para>
</callout>
Expand Down Expand Up @@ -704,10 +704,10 @@
</sect2>

<sect2 xml:id="CreateProfile-General-cio-ignore" arch="zseries">
<title>Blacklisting unused devices on &zseries;</title>
<title>Ignoring unused devices on &zseries;</title>
<para>
On &zseries;, you can prevent the kernel from looking at unused hardware
devices by running <command>cio_ignore</command> and blacklisting them. This
devices by running <command>cio_ignore</command> and ignoring them. This
is done by setting the &ay; parameter with the same name to
<literal>true</literal>. Setting this value is optional and only applies to
installations on &zseries; hardware. The default is
Expand Down
4 changes: 2 additions & 2 deletions xml/book_administration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to maintain, monitor and customize an installed &productnameshort; system</meta>
<meta name="social-descr" its:translate="yes">Maintain, monitor and customize &productnameshort;</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Administration</phrase>
<phrase>Configuration</phrase>
<phrase>Maintenance</phrase>
Expand All @@ -52,7 +52,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/book_autoyast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to prepare, install and configure a &productnameshort; system with &ay;</meta>
<meta name="social-descr" its:translate="yes">Automate &productnameshort; installation with &ay;</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Automation</phrase>
<phrase>Configuration</phrase>
<phrase>Deployment</phrase>
Expand All @@ -58,7 +58,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/book_deployment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to install single or multiple systems, and how to exploit the product-inherent capabilities for a deployment infrastructure</meta>
<meta name="social-descr" its:translate="yes">Install single or multiple systems</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Deployment</phrase>
<phrase>Installation</phrase>
</meta>
Expand All @@ -51,7 +51,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/book_gnome-user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to use the GNOME desktop on &productname;</meta>
<meta name="social-descr" its:translate="yes">Use the GNOME desktop</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Configuration</phrase>
<phrase>Maintenance</phrase>
</meta>
Expand All @@ -51,7 +51,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/book_rmt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to use &rmtool; a proxy system for &scc; with repository and registration targets</meta>
<meta name="social-descr" its:translate="yes">Use &rmt;, a proxy system for &scc;</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Maintenance</phrase>
<phrase>Subscription Management</phrase>
<phrase>Upgrade &amp; Update</phrase>
Expand All @@ -50,7 +50,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/book_security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to implement system security and hardening using the security software included with the product</meta>
<meta name="social-descr" its:translate="yes">Implement system security and hardening for &productnameshort;</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Auditing</phrase>
<phrase>Security</phrase>
</meta>
Expand All @@ -48,7 +48,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
4 changes: 2 additions & 2 deletions xml/book_storage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<meta name="series" its:translate="no">Products &amp; Solutions</meta>
<meta name="description" its:translate="yes">How to manage storage devices on &productname;</meta>
<meta name="social-descr" its:translate="yes">Administer storage devices on &productnameshort;</meta>
<meta name="task" its:translate="yes">
<meta name="task" its:translate="no">
<phrase>Administration</phrase>
<phrase>Configuration</phrase>
<phrase>Storage</phrase>
Expand All @@ -52,7 +52,7 @@
</revdescription>
</revision>
<revision>
<date>2023-06-20</date>
<date>2021-06-22</date>
<revdescription>
<para>
Updated for the initial release of &productname; &productnumber;.
Expand Down
Loading

0 comments on commit bcf1044

Please sign in to comment.