source: BOOK/boot/common/udev-rules.xml@ 4631c1c

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

r2795@server: jim | 2006-04-06 15:37:49 -0700
Added install-minimal to udev rules

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[3e79861]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-boot-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-boot-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 <segmentedlist>
24 <segtitle>&dependencies;</segtitle>
25
26 <seglistitem>
27 <seg>Bash, Coreutils, Make, Sed, and Udev.</seg>
28 </seglistitem>
29 </segmentedlist>
30
31 </sect2>
32
33 <sect2 role="installation">
34 <title>Installation of Udev-Rules</title>
35
[d8ba4c3]36 <para>When you installed udev, it installed a set of rules, this package
[3e79861]37 replaces these rules. So we must first remove all the old rules sets.</para>
38
[601f1fe]39<screen><userinput>rm -vf ${LFS}/etc/udev/rules.d/*</userinput></screen>
[3e79861]40
41 <para>Install the package:</para>
42
[5757910]43<screen><userinput>make DESTDIR=${LFS} install-minimal</userinput></screen>
[3e79861]44
45 </sect2>
[d8ba4c3]46
[3e79861]47 <sect2 role="content">
48 <title/>
49
[d8ba4c3]50 <para>Details on this package are located in <xref
51 linkend="contents-udev-rules" role="."/></para>
[3e79861]52
53 </sect2>
[d8ba4c3]54
[3e79861]55</sect1>
56
Note: See TracBrowser for help on using the repository browser.