Changeset aef269a


Ignore:
Timestamp:
12/02/2023 08:41:23 PM (7 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
642f779, 65ef924
Parents:
a851a78 (diff), 823fbde (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra851a78 raef269a  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42    <listitem revision='sysv'>
     43      <para>2023-12-01</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[xry111] - Restore NIC naming based on physical system
     47          characteristics.  Fixes
     48          <ulink url='&lfs-ticket-root;5386'>#5386</ulink>.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4253    <listitem>
    4354      <para>2023-11-30</para>
  • chapter08/udev.xml

    ra851a78 raef269a  
    5555
    5656 <screen><userinput remap="pre">sed '/systemd-sysctl/s/^/#/' -i rules.d/99-systemd.rules.in</userinput></screen>
     57
     58    <para>Adjust the hardcoded paths to network configuration files for the
     59    standalone udev installation:</para>
     60
     61 <screen><userinput remap="pre">sed '/NETWORK_DIRS/s/systemd/udev/' -i src/basic/path-lookup.h</userinput></screen>
    5762
    5863    <para>Prepare Udev for compilation:</para>
     
    129134    <para>Install the package:</para>
    130135
    131     <screen><userinput remap="install">install -vm755 -d {/usr/lib,/etc}/udev/{hwdb,rules}.d
     136    <screen><userinput remap="install">install -vm755 -d {/usr/lib,/etc}/udev/{hwdb.d,rules.d,network}
    132137install -vm755 -d /usr/{lib,share}/pkgconfig
    133138install -vm755 udevadm                             /usr/bin/
     
    144149install -vm644 hwdb.d/*  ../hwdb.d/{*.hwdb,README} /usr/lib/udev/hwdb.d/
    145150install -vm755 $(find src/udev \
    146                       -type f -not -name '*.*')    /usr/lib/udev</userinput></screen>
     151                      -type f -not -name '*.*')    /usr/lib/udev
     152install -vm644 ../network/99-default.link          /usr/lib/udev/network</userinput></screen>
    147153
    148154    <para>Install some custom rules and support files useful in an LFS
     
    159165    --no-same-owner --strip-components=1                              \
    160166    -C /usr/share/man --wildcards '*/udev*' '*/libudev*'              \
     167                                  '*/systemd.link.5'                  \
    161168                                  '*/systemd-'{hwdb,udevd.service}.8
     169
     170sed 's|systemd/network|udev/network|'                                 \
     171    /usr/share/man/man5/systemd.link.5                                \
     172  > /usr/share/man/man5/udev.link.5
     173
    162174sed 's/systemd\(\\\?-\)/udev\1/' /usr/share/man/man8/systemd-hwdb.8   \
    163175                               > /usr/share/man/man8/udev-hwdb.8
     176
    164177sed 's|lib.*udevd|sbin/udevd|'                                        \
    165178    /usr/share/man/man8/systemd-udevd.service.8                       \
    166179  > /usr/share/man/man8/udevd.8
    167 rm  /usr/share/man/man8/systemd-*.8</userinput></screen>
     180
     181rm /usr/share/man/man*/systemd*</userinput></screen>
    168182
    169183  </sect2>
  • packages.ent

    ra851a78 raef269a  
    740740<!ENTITY vim-docdir "vim/vim90">
    741741<!ENTITY vim-size "16,989 KB">
    742 <!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">-->
    743 <!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">
     742<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">
     743<!--<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">-->
    744744<!ENTITY vim-md5 "8dcf113cb690bcdd13d75a4e7c2e3a62">
    745745<!ENTITY vim-home "https://www.vim.org">
Note: See TracChangeset for help on using the changeset viewer.