Changeset e2c4848 for chapter06/kmod.xml


Ignore:
Timestamp:
02/18/2014 09:28:59 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
044384d
Parents:
720f253
Message:

Updates from LFS development.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kmod.xml

    r720f253 re2c4848  
    4747            --bindir=/bin          \
    4848            --sysconfdir=/etc      \
     49            --with-rootlibdir=/lib \
    4950            --disable-manpages     \
    50             --with-rootlibdir=/lib \
    5151            --with-xz              \
    5252            --with-zlib</userinput></screen>
     
    8989<screen><userinput remap="test">make check</userinput></screen>
    9090
    91     <para>Install the package, and create symlinks for compatibility with
    92     Module-Init-Tools, the package that previously handled Linux kernel modules.
    93     Also make sure that all libraries are in the correct directory:
    94     </para>
     91    <para>Install the package, create symlinks for compatibility with
     92    Module-Init-Tools (the package that previously handled Linux kernel
     93    modules), and manually install the man pages.  Also make sure that all
     94    libraries are in the correct directory: </para>
    9595
    9696<screen><userinput remap="install">make install
     
    100100done
    101101
    102 ln -sv kmod /bin/lsmod</userinput></screen>
     102ln -sv kmod /bin/lsmod
     103
     104cp -v man/*.5 /usr/share/man/man5
     105cp -v man/*.8 /usr/share/man/man8</userinput></screen>
    103106
    104107  </sect2>
Note: See TracChangeset for help on using the changeset viewer.