Ignore:
Timestamp:
Apr 13, 2014, 7:22:38 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a49b75d
Parents:
ee7300b
Message:

Simplified kmod pages in boot section with xincludes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86_64-64/kmod.xml

    ree7300b r37a6db2  
    4848    xpointer="xpointer(//*[@os='g'])"/>
    4949
    50 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     51    href="../common/kmod.xml"
     52    xpointer="xpointer(//*[@os='h'])"/>
    5153
    52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    53 href="../../final-system/common/kmod.xml"
    54 xpointer="xpointer(//*[@os='i'])"/>
     54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     55    href="../../final-system/common/kmod.xml"
     56    xpointer="xpointer(//*[@os='i'])"/>
    5557
    56 <screen os="j"><userinput>ln -sv kmod ${CLFS}/bin/lsmod
    57 ln -sv ../bin/kmod ${CLFS}/sbin/depmod
    58 ln -sv ../bin/kmod ${CLFS}/sbin/insmod
    59 ln -sv ../bin/kmod ${CLFS}/sbin/modprobe
    60 ln -sv ../bin/kmod ${CLFS}/sbin/modinfo
    61 ln -sv ../bin/kmod ${CLFS}/sbin/rmmod</userinput></screen>
     58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     59    href="../common/kmod.xml"
     60    xpointer="xpointer(//*[@os='j'])"/>
    6261
    6362  </sect2>
Note: See TracChangeset for help on using the changeset viewer.