Skip to content

Commit 8754a56

Browse files
committed
Merge branch 'maintenance/SLE15SP5' into maintenance/SLE_Micro_5.5
2 parents cff8db5 + 2520fdf commit 8754a56

459 files changed

Lines changed: 8184 additions & 6365 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ build/
1010
.idea/
1111
*.code-workspace
1212
.vimrc
13+
worktree
14+
.worktree
15+
worktrees
16+
.worktrees

DC-SLES-administration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ----------------------------
1+
## ----------------------------
22
## Doc Config File for SLES
33
## Administration Guide
44
## ----------------------------

doc-kit.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
type: docbook5-book
22
variant: license-gfdl
33

4-
file: d5aba8356449342d0bac0a62116b85f1b44ee73d .gitignore
4+
file: ff3dfe8d7e05c08517d1b055b278bbc9f7e0aa01 .gitignore
55
file: c6b4745307e90c9b88905b434cbbaddc54e4541b .editorconfig
6-
file: 1cce617c0f95dd2dd3442220ad4220153cfdac93 xml/generic-entities.ent
6+
file: 94c059b15795a668b57d31b31a3dad398e0c683e xml/generic-entities.ent
77
file: a79a3bc929478668955564bab48aecc8502555f6 xml/network-entities.ent
8-
file: bb1883074f56e583475571647a9b724e5e3b5d3f xml/common_intro_available_doc.xml
9-
file: 6b82b8fa32f3c8cd8c76e804e420ae4a9312ec27 xml/common_intro_support.xml
10-
file: a7dde5524c60c5ea24fa07a9381fd0111e55bae9 xml/common_intro_convention.xml
8+
file: 42fafc60a5e9622a138cede94d63a5b0bdc118c1 xml/common_intro_available_doc.xml
9+
file: ee8dbf17324e3e72b54bcb6fcc5dec7f7e4e1e9b xml/common_intro_support.xml
10+
file: 0e30d909a3d9305a496f3aecf3aa981f3f16f465 xml/common_intro_convention.xml
1111
file: 2af06d76aa36c3a85968e56e24440d56926cf81b xml/common_intro_feedback.xml
1212
file: 9f5f8165bfa8b076d80107d811b89c6c6bded8dd xml/common_copyright_gfdl.xml
1313
file: 7022e7485da1b892ea57faf858857981eb3644bc xml/common_legal.xml
14-
file: d8d35b7d60a7800407fa0a8f0c0d83f7458a46d3 xml/common_license_gfdl1.2.xml
14+
file: 58a687a6b796c73ec9716f56b2530e52aea24a6c xml/common_license_gfdl1.2.xml

l10n/micro/ja-jp/xml/common_intro_available_doc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<term>ご使用のシステムで</term>
3939
<listitem>
4040
<para>
41-
オフラインで使用するために、リリースノートはシステム上の<filename>/usr/share/doc/release-notes</filename>でも入手できます。個々のパッケージのマニュアルは、<filename>/usr/share/doc/packages</filename>で入手できます
41+
オフラインで利用するには、システムの<filename>/usr/share/doc</filename>にインストールされたマニュアルを確認してください。「マニュアルページ」には、多くのコマンドについても詳しく説明されています。説明を表示するには、<command>man</command>コマンドに確認したいコマンドの名前を付加して実行してください。システムに<command>man</command>コマンドがインストールされていない場合は、<command>sudo zypper install man</command>コマンドでインストールします
4242
</para>
4343
<para>
4444
「マニュアルページ」には、多くのコマンドについても説明されています。説明を表示するには、<command>man</command>コマンドに確認したいコマンドの名前を付加して実行してください。システムに<command>man</command>コマンドがインストールされていない場合は、<command>sudo zypper

xml/64bit_issues.xml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE chapter
3-
[
1+
<?xml version="1.0"?>
2+
<!DOCTYPE chapter [
43
<!ENTITY % entities SYSTEM "generic-entities.ent">
5-
%entities;
4+
%entities;
65
]>
7-
8-
<chapter version="5.0" xml:id="cha-64bit"
9-
xmlns="http://docbook.org/ns/docbook"
10-
xmlns:xi="http://www.w3.org/2001/XInclude"
11-
xmlns:xlink="http://www.w3.org/1999/xlink">
6+
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" version="5.0" xml:id="cha-64bit">
127
<title>32-bit and 64-bit applications in a 64-bit system environment</title>
138

149
<info>
10+
<meta name="description" its:translate="yes">Configure your 64-bit environment to run existing 32-bit applications without requiring additional ports</meta>
1511
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
16-
<dm:bugtracker></dm:bugtracker>
12+
<dm:bugtracker/>
1713
<dm:translation>yes</dm:translation>
1814
</dm:docmanager>
19-
</info>
15+
<revhistory xml:id="rh-cha-64bit">
16+
<revision>
17+
<date>2026-04-07</date>
18+
<revdescription>
19+
<para/>
20+
</revdescription>
21+
</revision>
22+
</revhistory>
23+
</info>
2024
<para>
2125
&productnamereg; is available for <phrase os="sles">several</phrase> 64-bit
2226
platforms. The developers have not ported all 32-bit applications to 64-bit
@@ -32,8 +36,7 @@
3236
platforms are &ppc; for &power;, and x86 for &amd64;/&intel64;.</phrase> This
3337
support means that you can continue to use your preferred 32-bit applications
3438
without waiting for a corresponding 64-bit port to become
35-
available.<phrase
36-
os="sles"> The current &power; system runs most
39+
available.<phrase os="sles"> The current &power; system runs most
3740
applications in 32-bit mode, but you can run 64-bit applications.</phrase>
3841
</para>
3942

xml/MAIN.SLE-Micro.xml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
<!ENTITY % entities SYSTEM "generic-entities.ent">
44
%entities;
55
]>
6-
76
<?xml-stylesheet href="urn:x-suse:xslt:profiling:docbook50-profile.xsl"
87
type="text/xml"
9-
title="Profiling step"?><set xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en" xml:id="set-sleds">
8+
title="Profiling step"?>
9+
<set xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" version="5.0" xml:lang="en" xml:id="set-sleds">
1010
<?dbhtml filename="index.html"?>
1111

1212
<title>&productname; Documentation</title>
13-
<info xmlns:d="http://docbook.org/ns/docbook">
13+
<info>
14+
<meta name="description" its:translate="yes">Learn how to configure, deploy and manage SUSE Linux Micro with comprehensive documentation for administrators and edge developers</meta>
1415
<productname>&productname;</productname>
1516
<productname role="abbrev">&productnameshort;</productname>
1617
<productnumber>&productnumber;</productnumber>
@@ -25,11 +26,11 @@
2526
<dm:translation>yes</dm:translation>
2627
</dm:docmanager>
2728
<xi:include href="common_authors.xml"/>
28-
<revhistory xml:id="rh-set-slemicro">
29+
<revhistory xml:id="rh-set-micro">
2930
<revision>
30-
<date>2023-11-08</date>
31+
<date>2026-04-07</date>
3132
<revdescription>
32-
<para>Initial version 2023-11-08</para>
33+
<para/>
3334
</revdescription>
3435
</revision>
3536
</revhistory>
@@ -38,14 +39,14 @@
3839
<!-- AutoYaST Guide -->
3940
<xi:include href="book_autoyast.xml"/>
4041
<xi:include href="book_deployment_slemicro.xml"/>
41-
42+
4243

4344
<!-- Upgrade -->
4445
<xi:include href="book_upgrade_slemicro.xml"/>
4546

4647
<!-- Quick Starts -->
47-
48-
48+
49+
4950
<book xml:id="book-quick-start">
5051
<info xmlns:d="http://docbook.org/ns/docbook">
5152
<title>Quick Start Guides</title>
@@ -55,11 +56,11 @@
5556
<?dbtimestamp format="B d, Y"?>
5657
</date>
5758
<xi:include href="common_copyright_gfdl.xml"/>
58-
<revhistory xml:id="rh-set-slemicro-qs">
59+
<revhistory xml:id="rh-quick-micro">
5960
<revision>
60-
<date>2023-11-08</date>
61+
<date>2026-04-07</date>
6162
<revdescription>
62-
<para>Initial version 2023-11-08</para>
63+
<para/>
6364
</revdescription>
6465
</revision>
6566
</revhistory>
@@ -68,13 +69,13 @@
6869
<xi:include href="art_admin_slemicro_podman.xml"/>
6970

7071
<!-- <xi:include href="art_admin_slemicro_selinux.xml"/> -->
71-
<xi:include href="art_admin_slemicro_cockpit.xml"/>
72+
<xi:include href="art_admin_slemicro_cockpit.xml"/>
7273

7374
</book>
7475

7576
<xi:include href="book_security_slemicro.xml"/>
7677

77-
78+
7879
<xi:include href="book_admin_slemicro.xml"/>
7980

8081

xml/MAIN.SLEDS.xml

Lines changed: 34 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0"?>
2+
<!DOCTYPE set [
3+
<!ENTITY % entities SYSTEM "generic-entities.ent">
4+
%entities;
5+
]>
26
<?xml-stylesheet href="urn:x-suse:xslt:profiling:docbook50-profile.xsl"
37
type="text/xml"
48
title="Profiling step"?>
5-
<!DOCTYPE set
6-
[
7-
<!ENTITY % entities SYSTEM "generic-entities.ent">
8-
%entities;
9-
]>
10-
11-
<set version="5.0" xml:lang="en" xml:id="set-sleds"
12-
xmlns="http://docbook.org/ns/docbook"
13-
xmlns:xi="http://www.w3.org/2001/XInclude"
14-
xmlns:xlink="http://www.w3.org/1999/xlink">
9+
<set xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" version="5.0" xml:lang="en" xml:id="set-sleds">
1510
<?dbhtml filename="index.html"?>
1611
<!-- -->
1712
<!-- -->
@@ -37,6 +32,7 @@
3732
<!-- -->
3833
<title>&productname; Documentation</title>
3934
<info os="sles">
35+
<meta name="description" its:translate="yes">Learn to configure, deploy and manage SUSE Linux Enterprise Desktop with comprehensive guides for secure, cost-effective enterprise use</meta>
4036
<productname>&productname;</productname>
4137
<productname role="abbrev">&productnameshort;</productname>
4238
<productnumber>&productnumber;</productnumber>
@@ -51,7 +47,15 @@
5147
<dm:translation>yes</dm:translation>
5248
</dm:docmanager>
5349
<xi:include href="common_authors.xml"/>
54-
</info>
50+
<revhistory xml:id="rh-set-sles">
51+
<revision>
52+
<date>2026-04-07</date>
53+
<revdescription>
54+
<para/>
55+
</revdescription>
56+
</revision>
57+
</revhistory>
58+
</info>
5559
<info os="sled">
5660
<productname>&productname;</productname>
5761
<productname role="abbrev">&productnameshort;</productname>
@@ -67,7 +71,15 @@
6771
<dm:translation>yes</dm:translation>
6872
</dm:docmanager>
6973
<xi:include href="common_authors.xml"/>
70-
</info>
74+
<revhistory xml:id="rh-set-sled">
75+
<revision>
76+
<date>2026-04-07</date>
77+
<revdescription>
78+
<para/>
79+
</revdescription>
80+
</revision>
81+
</revhistory>
82+
</info>
7183

7284
<!-- -->
7385
<!-- -->
@@ -115,7 +127,15 @@
115127
<dm:bugtracker>
116128
</dm:bugtracker>
117129
</dm:docmanager>
118-
</info>
130+
<revhistory xml:id="rh-set-sleds">
131+
<revision>
132+
<date>2026-04-07</date>
133+
<revdescription>
134+
<para/>
135+
</revdescription>
136+
</revision>
137+
</revhistory>
138+
</info>
119139
<xi:include href="art_installation-sleds.xml"/>
120140
<xi:include href="art_modules.xml"/>
121141
<xi:include os="sles" href="art_virtualization-best-practices.xml"/>

xml/MAIN.opensuse.xml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0"?>
2+
<!DOCTYPE set [
3+
<!ENTITY % entities SYSTEM "generic-entities.ent">
4+
%entities;
5+
]>
26
<?xml-stylesheet href="urn:x-suse:xslt:profiling:docbook50-profile.xsl"
37
type="text/xml"
48
title="Profiling step"?>
5-
<!DOCTYPE set
6-
[
7-
<!ENTITY % entities SYSTEM "generic-entities.ent">
8-
%entities;
9-
]>
10-
<set version="5.0" xml:lang="en" xml:id="set-opensuse"
11-
xmlns="http://docbook.org/ns/docbook"
12-
xmlns:xi="http://www.w3.org/2001/XInclude"
13-
xmlns:xlink="http://www.w3.org/1999/xlink">
9+
<set xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" version="5.0" xml:lang="en" xml:id="set-opensuse">
1410
<?dbhtml filename="index.html"?>
1511
<title>&productname; Documentation</title>
1612
<info>
13+
<meta name="description" its:translate="yes">Learn how to configure, deploy and manage openSUSE with comprehensive documentation for system administrators and desktop users</meta>
1714
<productname>&productname;</productname>
1815
<productname role="abbrev">&productnameshort;</productname>
1916
<productnumber>&productnumber;</productnumber>
@@ -29,7 +26,15 @@
2926
<dm:translation>yes</dm:translation>
3027
<dm:editurl>https://github.com/SUSE/doc-sle/edit/main/xml/</dm:editurl>
3128
</dm:docmanager>
32-
</info>
29+
<revhistory xml:id="rh-set-opensuse">
30+
<revision>
31+
<date>2026-04-07</date>
32+
<revdescription>
33+
<para/>
34+
</revdescription>
35+
</revision>
36+
</revhistory>
37+
</info>
3338
<!-- Start-Up -->
3439
<xi:include href="book_startup-opensuse.xml"/>
3540
<!-- Reference -->

xml/aarch64_inst_problem.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<?xml-model href="/usr/share/xml/geekodoc/rng/geekodoc5-flat.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
1+
<?xml version="1.0"?>
32
<!DOCTYPE sect1
43
[
54
<!ENTITY % entities SYSTEM "generic-entities.ent">
65
%entities;
76
]>
8-
<sect1 xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="sec-bootproblem-aarch64">
7+
<sect1 xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" version="5.0" xml:id="sec-bootproblem-aarch64">
98
<title>Dealing with boot and installation problems</title>
109

1110
<info>
11+
<meta name="description" its:translate="yes">Configure your system to log system messages at boot time and troubleshoot boot and installation issues</meta>
1212
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
13-
<dm:bugtracker></dm:bugtracker>
13+
<dm:bugtracker/>
1414
<dm:translation>yes</dm:translation>
1515
</dm:docmanager>
1616
</info>
@@ -44,13 +44,11 @@
4444
Change the console on your system so that the kernel outputs are
4545
visible. Be sure to check the last few lines of output. This is normally
4646
done by pressing
47-
<keycombo><keycap function="control"/><keycap
48-
function="alt"/><keycap>F10</keycap></keycombo>.
47+
<keycombo><keycap function="control"/><keycap function="alt"/><keycap>F10</keycap></keycombo>.
4948
If you cannot resolve the problem, consult the &productname; support
5049
staff. To log all system messages at boot time, use a serial connection
5150
as described in
52-
<xref
53-
linkend="sec-x86-prep-installation-methods"/>.
51+
<xref linkend="sec-x86-prep-installation-methods"/>.
5452
</para>
5553
</listitem>
5654
</varlistentry>

xml/adm_shell.xml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE chapter
3-
[
1+
<?xml version="1.0"?>
2+
<!DOCTYPE chapter [
43
<!ENTITY % entities SYSTEM "generic-entities.ent">
5-
%entities;
4+
%entities;
65
]>
7-
8-
<chapter version="5.0" xml:id="cha-adm-shell"
9-
xmlns="http://docbook.org/ns/docbook"
10-
xmlns:xi="http://www.w3.org/2001/XInclude"
11-
xmlns:xlink="http://www.w3.org/1999/xlink">
6+
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:its="http://www.w3.org/2005/11/its" version="5.0" xml:id="cha-adm-shell">
127
<!-- Better Title? -->
138
<title>Bash and Bash scripts</title>
149
<info>
10+
<meta name="description" its:translate="yes">Manage tasks and automate processes with the Bash shell using its powerful commands and features, then apply your newfound skills in practice</meta>
1511
<abstract>
1612
<para>
1713
Today, many people use computers with a graphical user interface (GUI)
@@ -22,10 +18,18 @@
2218
</para>
2319
</abstract>
2420
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
25-
<dm:bugtracker></dm:bugtracker>
21+
<dm:bugtracker/>
2622
<dm:translation>yes</dm:translation>
2723
</dm:docmanager>
28-
</info>
24+
<revhistory xml:id="rh-cha-adm-shell">
25+
<revision>
26+
<date>2026-04-07</date>
27+
<revdescription>
28+
<para/>
29+
</revdescription>
30+
</revision>
31+
</revhistory>
32+
</info>
2933
<!-- Better Title? -->
3034
<sect1 xml:id="sec-adm-whatistheshell">
3135
<title>What is <quote>the shell</quote>?</title>

0 commit comments

Comments
 (0)