source: BOOK/final-system/multilib/udev-64bit.xml@ 07d4825

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 07d4825 was fab693d, checked in by Jim Gifford <clfs@…>, 17 years ago

Updated to udev 115.

  • Property mode set to 100644
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-udev" role="wrap">
9 <?dbhtml filename="udev-64bit.html"?>
10
11 <title>Udev-&udev-version; 64 Bit</title>
12
13 <indexterm zone="ch-system-udev">
14 <primary sortas="a-Udev">Udev</primary>
15 </indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../common/udev.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
22 <title>Installation of Udev</title>
23
24 <para os="p1">This patch moves /lib/udev to /lib64/udev, to keep
25 system consistency:</para>
26
27<screen os="p2"><userinput>patch -Np1 -i ../&udev-lib64-patch;</userinput></screen>
28
29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30 href="../common/udev.xml"
31 xpointer="xpointer(//*[@os='a'])"/>
32
33<screen os="b"><userinput>make CC="gcc ${BUILD64}" LD="gcc ${BUILD64}" \
34 EXTRAS="extras/ata_id extras/cdrom_id extras/collect
35 extras/edd_id extras/firmware extras/floppy extras/path_id extras/rule_generator
36 extras/scsi_id extras/usb_id extras/volume_id" udevdir=/dev</userinput></screen>
37
38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
39 href="../common/udev.xml"
40 xpointer="xpointer(//*[@os='c'])"/>
41
42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
43 href="../common/udev.xml"
44 xpointer="xpointer(//*[@os='d'])"/>
45
46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
47 href="../common/udev.xml"
48 xpointer="xpointer(//*[@os='e'])"/>
49
50 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51 href="../common/udev.xml"
52 xpointer="xpointer(//*[@os='f'])"/>
53
54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55 href="../common/udev.xml"
56 xpointer="xpointer(//*[@os='g'])"/>
57
58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59 href="../common/udev.xml"
60 xpointer="xpointer(//*[@os='h'])"/>
61
62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63 href="../common/udev.xml"
64 xpointer="xpointer(//*[@os='i'])"/>
65
66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
67 href="../common/udev.xml"
68 xpointer="xpointer(//*[@os='j'])"/>
69
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71 href="../common/udev.xml"
72 xpointer="xpointer(//*[@os='k'])"/>
73
74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
75 href="../common/udev.xml"
76 xpointer="xpointer(//*[@os='l'])"/>
77
78<screen os="m"><userinput>install -dv /lib64/firmware</userinput></screen>
79
80 </sect2>
81
82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83 href="../common/udev.xml"
84 xpointer="xpointer(id('contents-udev'))"/>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.