mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 12:10:52 +07:00
305a99eb98
There are only two files within Documentation/aoe dir that are documentation. The remaining ones are examples and shell scripts. Convert the two AoE files to ReST format, and add the others as literal, as they're part of the documentation. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
24 lines
446 B
ReStructuredText
24 lines
446 B
ReStructuredText
Example of udev rules
|
|
---------------------
|
|
|
|
.. include:: udev.txt
|
|
:literal:
|
|
|
|
Example of udev install rules script
|
|
------------------------------------
|
|
|
|
.. literalinclude:: udev-install.sh
|
|
:language: shell
|
|
|
|
Example script to get status
|
|
----------------------------
|
|
|
|
.. literalinclude:: status.sh
|
|
:language: shell
|
|
|
|
Example of AoE autoload script
|
|
------------------------------
|
|
|
|
.. literalinclude:: autoload.sh
|
|
:language: shell
|