Changeset 9363102 for chapter06


Ignore:
Timestamp:
12/09/2014 02:01:44 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
0d2e933
Parents:
fcf4c6c
Message:

Merged updates from trunk, fix chapter03/patches.xml.

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/creatingdirs.xml

    rfcf4c6c r9363102  
    1414  standard directory tree by issuing the following commands:</para>
    1515
    16 <screen><userinput>mkdir -pv /{bin,boot,etc/{opt,sysconfig},home,lib,mnt,opt}
     16<screen><userinput>mkdir -pv /{bin,boot,etc/{opt,sysconfig},home,lib/firmware,mnt,opt}
    1717mkdir -pv /{media/{floppy,cdrom},sbin,srv,var}
    1818install -dv -m 0750 /root
  • chapter06/libtool.xml

    rfcf4c6c r9363102  
    5151<screen><userinput remap="make">make</userinput></screen>
    5252
    53     <para>To test the results (about 3.0 SBU), issue:</para>
     53    <para>To test the results (about 11.0 SBU), issue:</para>
    5454
    5555<screen><userinput remap="test">make check</userinput></screen>
    5656
    57     <para>Five tests are known to fail in the LFS build envronment,
    58     but all tests pass if rechecked after Chapter 6 is complete.</para>
     57    <para>Five tests are known to fail in the LFS build envronment due
     58    to a circular dependency, but all tests pass if rechecked after
     59    automake is installed.</para>
    5960
    6061    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.