Changeset e723142


Ignore:
Timestamp:
03/14/2024 02:53:21 PM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
multilib, trunk, xry111/arm64, xry111/loongarch
Children:
98bdf39
Parents:
9ac55ef
Message:

kmod: Remove an unnecessary command and adjust the description

/usr/bin/lsmod is already created by the building system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kmod.xml

    r9ac55ef re723142  
    8585    which are beyond the scope of LFS.</para>
    8686
    87     <para>Install the package and create symlinks for
     87    <para>Install the package and recreate some symlinks for
    8888    compatibility with Module-Init-Tools (the package that previously handled
    89     Linux kernel modules):</para>
     89    Linux kernel modules) in
     90    <filename class='directory'>/usr/sbin</filename> instead of
     91    <filename class='directory'>/usr/bin</filename> (where the building
     92    system will create these symlinks):</para>
    9093
    9194<screen><userinput remap="install">make install
     
    9497  ln -sfv ../bin/kmod /usr/sbin/$target
    9598  rm -fv /usr/bin/$target
    96 done
    97 
    98 ln -sfv kmod /usr/bin/lsmod</userinput></screen>
     99done</userinput></screen>
    99100
    100101  </sect2>
Note: See TracChangeset for help on using the changeset viewer.