Changeset dbc8e54 for BOOK/boot/multilib


Ignore:
Timestamp:
Apr 12, 2014, 3:43:00 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ba2a6ce0
Parents:
9a995bd
Message:

Started moving stuff in boot section to /tools, starting with inittab and its references to agetty

Location:
BOOK/boot/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/createfiles.xml

    r9a995bd rdbc8e54  
    1717<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
    1818ln -sv /tools/bin/file ${CLFS}/usr/bin
    19 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
    2019ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
    2120ln -sv /tools/lib64/libgcc_s.so{,.1} ${CLFS}/usr/lib64
  • BOOK/boot/multilib/sysvinit.xml

    r9a995bd rdbc8e54  
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3434    href="../common/sysvinit.xml"
     35    xpointer="xpointer(//*[@os='bc'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     38    href="../common/sysvinit.xml"
     39    xpointer="xpointer(//*[@os='bd'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     42    href="../common/sysvinit.xml"
    3543    xpointer="xpointer(//*[@os='c'])"/>
    3644
Note: See TracChangeset for help on using the changeset viewer.