Ignore:
Timestamp:
05/12/2021 04:24:11 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, 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:
5ed37b3, c034573, df462a9
Parents:
0f7d4cb
Message:

Merge Xi's changes into trunk
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/eudev.xml

    r0f7d4cb rd7a9421  
    5454
    5555<screen><userinput remap="configure">./configure --prefix=/usr           \
    56             --bindir=/sbin          \
    57             --sbindir=/sbin         \
    58             --libdir=/usr/lib       \
    5956            --sysconfdir=/etc       \
    60             --libexecdir=/lib       \
    61             --with-rootprefix=      \
    62             --with-rootlibdir=/lib  \
    6357            --enable-manpages       \
    6458            --disable-static</userinput></screen>
     
    7165    will also be used as a part of installation:</para>
    7266
    73 <screen><userinput remap="test">mkdir -pv /lib/udev/rules.d
     67<screen><userinput remap="test">mkdir -pv /usr/lib/udev/rules.d
    7468mkdir -pv /etc/udev/rules.d</userinput></screen>
    7569
     
    10498    <para>Information about hardware devices is maintained in the
    10599    <filename class="directory">/etc/udev/hwdb.d</filename> and
    106     <filename class="directory">/lib/udev/hwdb.d</filename> directories.
     100    <filename class="directory">/usr/lib/udev/hwdb.d</filename> directories.
    107101    <application>Eudev</application> needs that information to be compiled
    108102    into a binary database <filename>/etc/udev/hwdb.bin</filename>. Create the
     
    125119
    126120      <seglistitem>
    127         <seg><!-- These are in /lib/udev and not to be called by the user:
     121        <seg><!-- These are in /usr/lib/udev and not to be called by the user:
    128122         accelerometer, ata_id, cdrom_id, collect, mtd_probe,
    129123         scsi_id, v4l_id,--> udevadm and udevd</seg>
     
    131125        <seg>libudev.so</seg>
    132126
    133         <seg>/etc/udev, /lib/udev, and /usr/share/doc/udev-&udev-lfs-version;</seg>
     127        <seg>/etc/udev, /usr/lib/udev, and /usr/share/doc/udev-&udev-lfs-version;</seg>
    134128      </seglistitem>
    135129    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.