Changeset 7b08ae24 for chapter06


Ignore:
Timestamp:
06/17/2012 05:57:40 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c433b2f
Parents:
2fa5f26
Message:

Added a stronger note about automake teste time.

Updated boot scripts:

Only mount /run in mountvirtfs if it is not already mounted
(from an initrd).

Force the /dev/shm->/run/shm symlink

Skip making LVM virtual groups unavailable at shutdown
because the / or swap partitions may be still in use.

Fix some whitespace in iproute2.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    r2fa5f26 r7b08ae24  
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
     52    <note><para>The tests take a very long time: over 30 SBUs.  Running
     53    the tests is not recommended.</para></note>
     54
    5255    <para>To test the results, issue:</para>
    5356
    5457<screen><userinput remap="test">make check</userinput></screen>
    55 
    56     <para>This takes a long time, about 10 SBUs.</para>
    5758
    5859    <para>Install the package:</para>
  • chapter06/iproute2.xml

    r2fa5f26 r7b08ae24  
    8383    <para>Install the package:</para>
    8484
    85 <screen><userinput remap="install">
    86 make DESTDIR=              \
     85<screen><userinput remap="install">make DESTDIR=              \
    8786     MANDIR=/usr/share/man \
    8887     DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.