mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
31 lines
946 B
XML
31 lines
946 B
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||
|
<!ENTITY lfs-rules SYSTEM "55-lfs.rules.script">
|
||
|
<!ENTITY cdrom-rules SYSTEM "61-cdrom.rules.script">
|
||
|
%general-entities;
|
||
|
]>
|
||
|
|
||
|
<appendix id="rules" xreflabel="Appendix E">
|
||
|
<?dbhtml dir="scripts"?>
|
||
|
<?dbhtml filename="udev-rules.html"?>
|
||
|
|
||
|
<title>Udev configuration rules</title>
|
||
|
|
||
|
<para>The rules from &udev-config;.tar.bz2 in this appendix are listed for
|
||
|
convenience. Installation is normally done via instructions in <xref
|
||
|
linkend='ch-system-udev'/>. </para>
|
||
|
|
||
|
<sect1 id="lfsrules" role="wrap">
|
||
|
<title>55-lfs.rules</title>
|
||
|
<screen>&lfs-rules;</screen>
|
||
|
</sect1>
|
||
|
|
||
|
<sect1 id="cdromrules" role="wrap">
|
||
|
<title>61-cdrom.rules</title>
|
||
|
<screen>&cdrom-rules;</screen>
|
||
|
</sect1>
|
||
|
|
||
|
</appendix>
|