Skip to content

Commit d6f8ea7

Browse files
committed
Added the SUSE SolidDriver Program reference.
1 parent aeba6fd commit d6f8ea7

File tree

3 files changed

+31
-36
lines changed

3 files changed

+31
-36
lines changed

articles/customizing-products-images.asm.xml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<resources>
3535
<resource xml:id="_customizing-products-identification"
3636
href="../concepts/customizing-products-identification.xml"/>
37+
<resource xml:id="_customizing-products-kernel"
38+
href="../concepts/customizing-products-kernel.xml"/>
39+
<resource xml:id="_customizing-products-drivers"
40+
href="../concepts/customizing-products-drivers.xml"/>
3741
<resource xml:id="_customizing-products-images-introduction" href="../concepts/customizing-products-images-introduction.xml"/>
3842

3943
</resources>
@@ -175,9 +179,23 @@
175179
<para/>
176180
</abstract>
177181
</merge>
178-
</module>
182+
</module>
179183
<!-- pull in a topic and switch the title -->
180184
<module resourceref="_customizing-products-identification" renderas="section"/>
185+
<module resourceref="_customizing-products-kernel" renderas="section">
186+
<merge>
187+
<abstract>
188+
<para/>
189+
</abstract>
190+
</merge>
191+
</module>
192+
<module resourceref="_customizing-products-drivers" renderas="section">
193+
<merge>
194+
<abstract>
195+
<para/>
196+
</abstract>
197+
</merge>
198+
</module>
181199

182200
<module resourceref="_customizing-products-images" renderas="section"/>
183201

concepts/customizing-products-drivers.xml

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,44 +18,21 @@
1818
xmlns:xlink="http://www.w3.org/1999/xlink"
1919
xmlns:trans="http://docbook.org/ns/transclusion">
2020
<info>
21-
<title>Concept</title><!-- can be changed via merge in the assembly -->
21+
<title>Creating custom dirvers</title><!-- can be changed via merge in the assembly -->
2222
<!--add author's email address-->
23-
<meta name="maintainer" content="" its:translate="no"/>
23+
<meta name="maintainer" content="[email protected]" its:translate="no"/>
2424
<abstract><!-- can be changed via merge in the assembly -->
2525
<para>
26-
Introductory text
26+
The topic serves as a link to the SolidDriver Program description.
2727
</para>
2828
</abstract>
2929
</info>
30-
<section xml:id="concept-example-what-is">
31-
<title>What is foo bar?</title>
32-
<para>
33-
A paragraph of text, answering the question above and explaining the
34-
aim/function of foo bar.
35-
</para>
36-
</section>
37-
<section xml:id="concept-example-how-it-works">
38-
<title>How does foo bar work?</title>
39-
<para>
40-
A paragraph of text, answering the question above and explaining the
41-
mechanism behind foo bar.
42-
</para>
43-
<figure xml:id="fig-one">
44-
<title>A figure</title>
45-
<mediaobject>
46-
<imageobject role="html">
47-
<imagedata fileref="example.png"/>
48-
</imageobject>
49-
<imageobject role="fo">
50-
<imagedata fileref="example.png" width="85%"/>
51-
</imageobject>
52-
</mediaobject>
53-
</figure>
54-
</section>
55-
<section xml:id="concept-example-benefits">
56-
<title>Benefits of foo bar</title>
57-
<para>
58-
A paragraph of text, pointing out the benefits of foo bar.
59-
</para>
60-
</section>
30+
<para>
31+
Installing third-party hardware drivers into a mission-critical environment can be a source of significant concern, from ensuring compatibility to guaranteeing support. The &suse; SolidDriver Program directly addresses these challenges by creating a standardized framework for our hardware partners. This ensures that kernel drivers are delivered in a uniform, proven, and reliable manner, giving customers the confidence to integrate the latest technology into their &sle;.
32+
</para>
33+
<para>
34+
For a detailed description of the &suse; SolidDriver Program refer to the <link
35+
xlink:href="https://drivers.suse.com/doc/SolidDriver/index.html">official documentation of the
36+
program</link>.
37+
</para>
6138
</topic>

concepts/customizing-products-kernel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
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 (KMP) 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 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.
3232
</para>
3333
</topic>

0 commit comments

Comments
 (0)