Changes in / [ab8707d:e0d5449]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rab8707d re0d5449  
    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 
    5342    <listitem>
    5443      <para>2023-11-30</para>
  • chapter08/udev.xml

    rab8707d re0d5449  
    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>
    6257
    6358    <para>Prepare Udev for compilation:</para>
     
    134129    <para>Install the package:</para>
    135130
    136     <screen><userinput remap="install">install -vm755 -d {/usr/lib,/etc}/udev/{hwdb.d,rules.d,network}
     131    <screen><userinput remap="install">install -vm755 -d {/usr/lib,/etc}/udev/{hwdb,rules}.d
    137132install -vm755 -d /usr/{lib,share}/pkgconfig
    138133install -vm755 udevadm                             /usr/bin/
     
    149144install -vm644 hwdb.d/*  ../hwdb.d/{*.hwdb,README} /usr/lib/udev/hwdb.d/
    150145install -vm755 $(find src/udev \
    151                       -type f -not -name '*.*')    /usr/lib/udev
    152 install -vm644 ../network/99-default.link          /usr/lib/udev/network</userinput></screen>
     146                      -type f -not -name '*.*')    /usr/lib/udev</userinput></screen>
    153147
    154148    <para>Install some custom rules and support files useful in an LFS
     
    165159    --no-same-owner --strip-components=1                              \
    166160    -C /usr/share/man --wildcards '*/udev*' '*/libudev*'              \
    167                                   '*/systemd.link.5'                  \
    168161                                  '*/systemd-'{hwdb,udevd.service}.8
    169 
    170 sed 's|systemd/network|udev/network|'                                 \
    171     /usr/share/man/man5/systemd.link.5                                \
    172   > /usr/share/man/man5/udev.link.5
    173 
    174162sed 's/systemd\(\\\?-\)/udev\1/' /usr/share/man/man8/systemd-hwdb.8   \
    175163                               > /usr/share/man/man8/udev-hwdb.8
    176 
    177164sed 's|lib.*udevd|sbin/udevd|'                                        \
    178165    /usr/share/man/man8/systemd-udevd.service.8                       \
    179166  > /usr/share/man/man8/udevd.8
    180 
    181 rm /usr/share/man/man*/systemd*</userinput></screen>
     167rm  /usr/share/man/man8/systemd-*.8</userinput></screen>
    182168
    183169  </sect2>
  • packages.ent

    rab8707d re0d5449  
    749749<!ENTITY vim-docdir "vim/vim90">
    750750<!ENTITY vim-size "16,989 KB">
    751 <!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">
    752 <!--<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">-->
     751<!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">-->
     752<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">
    753753<!ENTITY vim-md5 "8dcf113cb690bcdd13d75a4e7c2e3a62">
    754754<!ENTITY vim-home "https://www.vim.org">
Note: See TracChangeset for help on using the changeset viewer.