source: boot/common/udev-rules.xml @ 69f3199

Last change on this file since 69f3199 was 69f3199, 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
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-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
36    <para>When you installed udev, it installed a set of rules, this package
37    replaces these rules. So we must first remove all the old rules sets.</para>
38
39<screen><userinput>rm -vf ${LFS}/etc/udev/rules.d/*</userinput></screen>
40
41    <para>Install the package:</para>
42
43<screen><userinput>make DESTDIR=${LFS} install-minimal</userinput></screen>
44
45  </sect2>
46
47  <sect2 role="content">
48    <title/>
49
50    <para>Details on this package are located in <xref
51    linkend="contents-udev-rules" role="."/></para>
52
53  </sect2>
54
55</sect1>
56
Note: See TracBrowser for help on using the repository browser.