source: BOOK/bootscripts/multilib/udev-rules.xml@ ffd0b27

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since ffd0b27 was 48df1f5, checked in by Jim Gifford <clfs@…>, 18 years ago

UDEV Rules - On multilib builds, change /lib/udev to /lib64/udev, to keep

consistency through the system

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-scripts-udev-rules" role="wrap">
9 <?dbhtml filename="udev-rules.html"?>
10
11 <title>Udev Rules-&udev-cross-lfs-version;</title>
12
13 <indexterm zone="ch-scripts-udev-rules">
14 <primary sortas="a-Udev Rules">Udev Rules</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Udev Cross-LFS rules package contains the necessary
21 rules set for a basic functional system.</para>
22
23 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of Udev-Rules</title>
27
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29 href="../common/udev-rules.xml"
30 xpointer="xpointer(//*[@os='a'])"/>
31
32<screen os="b"><userinput>make LIBDIR=lib64 install</userinput></screen>
33
34 </sect2>
35
36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37 href="../common/udev-rules.xml"
38 xpointer="xpointer(id('contents-udev-rules'))"/>
39
40</sect1>
41
42
Note: See TracBrowser for help on using the repository browser.