Skip to content

Commit 8ed1145

Browse files
committed
Added the article abstract.
1 parent d6f8ea7 commit 8ed1145

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

articles/customizing-products-images.asm.xml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,7 @@
1919
-->
2020
<!-- R E S O U R C E S -->
2121
<!-- Glue files -->
22-
<resources>
23-
<resource xml:id="_glue-example" href="../glues/glue.xml">
24-
<description>Glue example</description>
25-
</resource>
26-
<resource xml:id="_glue-more-info" href="../glues/glue-more-info.xml">
27-
<description>Glue for more information</description>
28-
</resource>
29-
<resource xml:id="_glue-whats-next" href="../glues/glue-whats-next.xml">
30-
<description>Glue what's next</description>
31-
</resource>
32-
</resources>
22+
3323
<!-- Concept files -->
3424
<resources>
3525
<resource xml:id="_customizing-products-identification"
@@ -47,11 +37,7 @@
4737

4838
</resources>
4939
<!-- References -->
50-
<resources>
51-
<resource xml:id="_reference-example" href="../references/reference.xml">
52-
<description>Reference example</description>
53-
</resource>
54-
</resources>
40+
5541
<!-- Legal -->
5642
<resources>
5743
<resource href="../common/legal.xml" xml:id="_legal">
@@ -127,31 +113,32 @@
127113
<term>WHAT?</term>
128114
<listitem>
129115
<para>
130-
Describe your topic in one sentence.
116+
This article provides a comprehensive guide for customers building their own
117+
solutions based on &productname;.
131118
</para>
132119
</listitem>
133120
</varlistentry>
134121
<varlistentry>
135122
<term>WHY?</term>
136123
<listitem>
137124
<para>
138-
State the reason why one should read this.
125+
You want to create an deployment image completely suited to your needs.
139126
</para>
140127
</listitem>
141128
</varlistentry>
142129
<varlistentry>
143130
<term>EFFORT</term>
144131
<listitem>
145132
<para>
146-
What's the effort one has to put in?
133+
It takes about 30 minutes to read the article.
147134
</para>
148135
</listitem>
149136
</varlistentry>
150137
<varlistentry>
151138
<term>GOAL</term>
152139
<listitem>
153140
<para>
154-
What's the reader's take-away from this article?
141+
You will be able to build kernel modules, drivers and images tailored to your needs.
155142
</para>
156143
</listitem>
157144
</varlistentry>

concepts/customizing-products-kernel.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
</abstract>
2929
</info>
3030
<para>
31-
Working with external kernel modules on SUSE Linux Enterprise systems requires a specific approach to ensure they remain compatible with kernel updates. The official Kernel Module Packages Manual provides detailed guidelines on this process. This comprehensive guide covers everything from the background on kernel ABI stability to the step-by-step process of building, packaging, signing, and deploying your own kernel modules correctly.
31+
Working with external kernel modules on SUSE Linux Enterprise systems requires a specific approach
32+
to ensure they remain compatible with kernel updates. The official Kernel Module Packages Manual
33+
provides detailed guidelines on this process. This comprehensive guide covers everything from the
34+
background on kernel ABI stability to the step-by-step process of building, packaging, signing, and
35+
deploying your own kernel modules correctly. For details, refer to the <link
36+
xlink:href="https://documentation.suse.com/en-us/sbp/systems-management/html/SBP-KMP-Manual-SLE12SP2/index.html">Kernel
37+
Modules Packages Manual</link>.
3238
</para>
3339
</topic>

0 commit comments

Comments
 (0)