Ignore:
Timestamp:
04/20/2015 11:28:26 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
a65f8ca2
Parents:
9d438f4
Message:

Imported changes from the main book.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/revisedchroot.xml

    r9d438f4 raad85a6  
    3636  </note>
    3737
    38 <screen role="nodump"><userinput>rm -rf /tools</userinput></screen>
    39 
    4038  <para>If the virtual kernel file systems have been unmounted, either manually
    4139  or through a reboot, ensure that the virtual kernel file systems are mounted
     
    4442  linkend="ch-system-kernfsmount"/>.</para>
    4543
     44  <para>Finally, thre were several static libraries that were not supressed earlier
     45  in the chapter in order to satisfy the regression tests in several packages. These
     46  libraries are from binutils, bzip2, e2fsprogs, <!--flex,--> libtool, and zlib.  If desired,
     47  remove them now:</para>
     48
     49<screen><userinput>rm /usr/lib/lib{bfd,opcodes}.a
     50rm /usr/lib/libbz2.a
     51rm /usr/lib/lib{com_err,e2p,ext2fs,ss}.a
     52<!--rm /usr/lib/lib{fl,fl_pic}.a
     53-->rm /usr/lib/libltdl.a
     54rm /usr/lib/libz.a</userinput></screen>
     55
     56<!-- Flex shared library is broken. Keep static until next flex release. -->
     57
    4658</sect1>
Note: See TracChangeset for help on using the changeset viewer.