Changeset 6e41459 for chapter05/udev.xml


Ignore:
Timestamp:
08/08/2004 02:10:39 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
ef13657
Parents:
78349b7
Message:

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@3999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/udev.xml

    r78349b7 r6e41459  
    2121</segmentedlist>
    2222
    23 <!--
     23
    2424<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/udev.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
    25  -->
    2625
    2726</sect2>
     
    3029<title>Installation of Udev</title>
    3130
    32 <para>The <command>udevstart</command> program hardcodes the path
    33 to the <command>udev</command> program in itself, which is bad since we
    34 install <command>udev</command> in a non-standard location. Fix this by
    35 running the following:</para>
     31<para>The <command>udevstart</command> program hardcodes the path to
     32the <command>udev</command> program in itself, which would cause
     33issues since <command>udev</command> was installed in a non-standard
     34location. Fix this by running the following:</para>
    3635
    3736<screen><userinput>sed -i 's@/sbin/udev@/tools/sbin/udev@g' udevstart.c</userinput></screen>
    3837
    39 <para>Also assure that <command>udev</command> knows the correct location to look for its
     38<para>Also ensure that <command>udev</command> knows the correct location to look for its
    4039configuration files:</para>
    4140
     
    4645<screen><userinput>make prefix=/tools etcdir=/tools/etc</userinput></screen>
    4746
    48 <para>Install it:</para>
     47<para>Install the package:</para>
    4948
    5049<screen><userinput>make DESTDIR=/tools udevdir=/dev install</userinput></screen>
    5150
    52 <para>Udev's configuration is far from ideal by default, so we install our own
    53 configuration files here:</para>
     51<para>Udev's configuration is far from ideal by default, so install
     52LFS specific configuration files here:</para>
    5453
    5554<screen><userinput>cp ../udev-config-2.permissions /tools/etc/udev/permissions.d/00-lfs.permissions
     
    6362
    6463</sect1>
     64
Note: See TracChangeset for help on using the changeset viewer.