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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since bd72ddd was 6a19393, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Fix render error.

  • Property mode set to 100644
File size: 3.0 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}" \
[d018b81]34 EXTRAS="extras/cdrom_id extras/floppy extras/firmware extras/scsi_id \
35 extras/volume_id extras/ata_id extras/usb_id extras/edd_id \
36 extras/dasd_id extras/path_id"</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"
[e0e40d3]68 xpointer="xpointer(//*[@os='l'])"/>
[3f8be484]69
70 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
71 href="../common/udev.xml"
[e0e40d3]72 xpointer="xpointer(//*[@os='m'])"/>
[3f8be484]73
[07e9936]74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
75 href="../common/udev.xml"
76 xpointer="xpointer(//*[@os='n'])"/>
77
[80a92ec]78<screen os="o"><userinput>install -dv /lib64/firmware</userinput></screen>
[07e9936]79
[9aba4a0]80 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
81 href="../common/udev.xml"
82 xpointer="xpointer(//*[@os='p'])"/>
83
84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
85 href="../common/udev.xml"
86 xpointer="xpointer(//*[@os='q'])"/>
87
[3f8be484]88 </sect2>
89
[6e8f798]90 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
91 href="../common/udev.xml"
92 xpointer="xpointer(id('contents-udev'))"/>
[3f8be484]93
94</sect1>
Note: See TracBrowser for help on using the repository browser.