Changeset d75c123


Ignore:
Timestamp:
10/15/2008 02:09:26 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a4e48686
Parents:
c49647b1
Message:

Updated udev instructions following upstream recommendations.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc49647b1 rd75c123  
    3939
    4040    <listitem>
     41      <para>2008-10-14</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[dj] - Modified udev instructions following upstream
     45          recommendations.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4151      <para>2008-10-13</para>
    4252      <itemizedlist>
  • chapter06/udev.xml

    rc49647b1 rd75c123  
    6161    <para>Prepare the package for compilation:</para>
    6262
    63 <screen><userinput remap="configure">./configure --prefix=/ --includedir=/usr/include \
    64     --datarootdir=/usr/share</userinput></screen>
     63<screen><userinput remap="configure">./configure --prefix=/usr \
     64            --exec-prefix= \
     65            --sysconfdir=/etc</userinput></screen>
    6566
    6667    <para>Compile the package:</para>
     
    7374
    7475<screen><userinput remap="install">make install</userinput></screen>
    75 
    76     <para>Recreate the library <filename class="extension">.so</filename> files
    77     currently in the <filename class="directory">/lib</filename> directory in
    78     <filename class="directory">/usr/lib</filename>, then remove the
    79     originals:</para>
    80 
    81 <screen><userinput remap="install">ln -sv ../../lib/$(readlink /lib/libudev.so) \
    82        /usr/lib/libudev.so
    83 ln -sv ../../lib/$(readlink /lib/libvolume_id.so) \
    84        /usr/lib/libvolume_id.so
    85 rm -v /lib/lib{udev,volume_id}.so</userinput></screen>
    86 
    87     <para>Move the <filename class="extension">.pc</filename> files currently
    88     in the <filename class="directory">/lib/pkgconfig</filename> directory to
    89     their proper place in <filename class="directory">/usr/lib</filename>:</para>
    90 
    91 <screen><userinput remap="install">mv -v /lib/pkgconfig/lib{udev,volume_id}.pc /usr/lib/pkgconfig
    92 rmdir -v /lib/pkgconfig</userinput></screen>
    9376
    9477    <para>Udev has to be configured in order to work properly, as its default
     
    9780
    9881<screen><userinput remap="install">install -m644 -v rules/packages/64-*.rules \
    99     /etc/udev/rules.d/</userinput></screen>
     82    /lib/udev/rules.d/</userinput></screen>
    10083
    10184    <para>Now install a file to create symlinks for certain hand-held devices:</para>
    10285
    10386<screen><userinput remap="install">install -m644 -v rules/packages/40-pilot-links.rules \
    104     /etc/udev/rules.d/</userinput></screen>
     87    /lib/udev/rules.d/</userinput></screen>
    10588
    10689    <!-- There are more files available in the packages/ directory, if we want
  • general.ent

    rc49647b1 rd75c123  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20081013">
    3 <!ENTITY releasedate "October 13, 2008">
     2<!ENTITY version "SVN-20081014">
     3<!ENTITY releasedate "October 14, 2008">
    44<!ENTITY copyrightdate "1999&ndash;2008">
    55<!ENTITY milestone "7.0">
Note: See TracChangeset for help on using the changeset viewer.