Changeset 489286f


Ignore:
Timestamp:
Jun 14, 2011, 10:25:10 AM (13 years ago)
Author:
Jonathan Norman <jonathan@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a8de8fa
Parents:
271d0f03
Message:

Added blkid link in boot section

Location:
BOOK
Files:
2 edited

Legend:

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

    r271d0f03 r489286f  
    1717
    1818<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
    19 ln -sv /tools/sbin/agetty ${CLFS}/sbin
     19ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
    2020ln -sv /tools/bin/file ${CLFS}/usr/bin
    2121ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
  • BOOK/introduction/common/changelog.xml

    r271d0f03 r489286f  
    4040      <para>June 14, 2011</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[Jonathan] - Added missing link for blkid to boot section.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[Jonathan] - Fixed typo in passwd file in the boot section
Note: See TracChangeset for help on using the changeset viewer.