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
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-udev" role="wrap">
[476a695]9 <?dbhtml filename="udev-64bit.html"?>
[3f8be484]10
[476a695]11 <title>Udev-&udev-version; 64 Bit</title>
[3f8be484]12
13 <indexterm zone="ch-system-udev">
14 <primary sortas="a-Udev">Udev</primary>
15 </indexterm>
16
[566db8e]17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../common/udev.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of Udev</title>
23
[040521bc]24 <para os="p1">This patch moves /lib/udev to /lib64/udev, to keep
[e671c085]25 system consistency:</para>
26
27<screen os="p2"><userinput>patch -Np1 -i ../&udev-lib64-patch;</userinput></screen>
28
[3f8be484]29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30 href="../common/udev.xml"
[e0e40d3]31 xpointer="xpointer(//*[@os='a'])"/>
[3f8be484]32
[e0e40d3]33<screen os="b"><userinput>make CC="gcc ${BUILD64}" LD="gcc ${BUILD64}" \
[fab693d]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>
[3f8be484]37
[e0e40d3]38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
39 href="../common/udev.xml"
40 xpointer="xpointer(//*[@os='c'])"/>
41
[3f8be484]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"
[fab693d]68 xpointer="xpointer(//*[@os='j'])"/>
[3f8be484]69
[07e9936]70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71 href="../common/udev.xml"
[fab693d]72 xpointer="xpointer(//*[@os='k'])"/>
[07e9936]73
[9aba4a0]74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
75 href="../common/udev.xml"
[fab693d]76 xpointer="xpointer(//*[@os='l'])"/>
[9aba4a0]77
[fab693d]78<screen os="m"><userinput>install -dv /lib64/firmware</userinput></screen>
[9aba4a0]79
[3f8be484]80 </sect2>
81
[6e8f798]82 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
83 href="../common/udev.xml"
84 xpointer="xpointer(id('contents-udev'))"/>
[3f8be484]85
86</sect1>
Note: See TracBrowser for help on using the repository browser.