Changeset 121f4cc


Ignore:
Timestamp:
05/18/2016 01:47:18 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Children:
09a0ef3e
Parents:
2a60cf45
Message:

Merged from trunk to r11067.

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

Files:
9 edited
1 moved

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2a60cf45 r121f4cc  
    3737-->
    3838    <listitem>
    39       <para>2016-05-17</para>
    40       <itemizedlist>
    41         <listitem>
    42           <para>[renodr] - Updated to linux-4.6. Merged from trunk r11060.</para>
    43         </listitem>
    44         <listitem>
    45           <para>[renodr] - Update to perl-5.24.0. Merged from trunk r11060.</para>
    46         </listitem>
    47         <listitem>
    48           <para>[renodr] - Updated to tar-1.29. Merged from trunk r11060.</para>
     39      <para>2016-05-18</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[dj] - Enhance the stripping commands at the end
     43          of Chapter 6. Merged from trunk r11064.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[dj] - Added stages page to Chapter 2. Merged from trunk
     47          r11063.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[dj] - Made editorial changes to the kernel section. Merged
     51          from trunk r11062.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[dj] - Moved Host System Requirements to Chapter 2
     55          and made minor editorial changes. Merged from trunk r11061.</para>
     56        </listitem>
     57     </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
     61      <para>2016-05-18</para>
     62      <itemizedlist>
     63        <listitem>
     64          <para>[rendor] - Updated to tar-1.29. Merged from trunk r11060.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[rendor] - Updated to linux-4.6. Merged from trunk
     68          r11060.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[rendor] - Updated to perl-5.24.0. Merged from trunk
     72          r11060.</para>
    4973        </listitem>
    5074      </itemizedlist>
     
    5680        <listitem>
    5781          <para>[renodr] - Updated to file-5.27. Merged from trunk
    58           r11056.</para>
     82          r11057.</para>
    5983        </listitem>
    6084        <listitem>
    6185          <para>[renodr] - Updated to man-pages-4.06. Merged from trunk
    62           r11056.</para>
     86          r11057.</para>
    6387        </listitem>
    6488        <listitem>
    6589          <para>[renodr] - Updated to perl-5.22.2. Merged from trunk
    66           r11056.</para>
     90          r11057.</para>
    6791        </listitem>
    6892        <listitem>
    6993          <para>[renodr] - Updated size requirements. Merged from trunk
    70           r11056.</para>
     94          r11057.</para>
    7195        </listitem>
    7296      </itemizedlist>
  • chapter02/chapter02.xml

    r2a60cf45 r121f4cc  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
     15  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostreqs.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stages.xml"/>
    1517  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingpartition.xml"/>
    1618  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingfilesystem.xml"/>
  • chapter02/hostreqs.xml

    r2a60cf45 r121f4cc  
    1919    your distribution provides them.</para>
    2020
    21    <para>Earlier versions of the listed software packages may work, but has not
    22    been tested.</para>
     21   <para>Earlier versions of the listed software packages may work, but have
     22   not been tested.</para>
    2323
    2424  <itemizedlist spacing="compact">
     
    131131
    132132    <listitem>
    133       <para><emphasis role="strong">Tar-1.18</emphasis></para>
     133      <para><emphasis role="strong">Tar-1.22</emphasis></para>
    134134    </listitem>
    135135
     
    144144  </itemizedlist>
    145145
    146   <para>Note that the symlinks mentioned above are required to build an LFS
    147   system using the instructions contained within this book. Symlinks that
    148   point to other software (such as dash, mawk, etc.) may work, but are not
    149   tested or supported by the LFS development team, and may require either
    150   deviation from the instructions or additional patches to some
    151   packages.</para>
     146  <important>
     147    <para>Note that the symlinks mentioned above are required to build an LFS
     148    system using the instructions contained within this book. Symlinks that
     149    point to other software (such as dash, mawk, etc.) may work, but are not
     150    tested or supported by the LFS development team, and may require either
     151    deviation from the instructions or additional patches to some
     152    packages.</para>
     153  </important>
    152154
    153155  <!-- Use an empty sect2 element to prevent a pdf warning.  -->
    154   <sect2 id="version-check" xreflabel="Section vii, Host System Requirements">
    155   <title> </title>
     156  <bridgehead renderas="sect2"
     157              id="version-check"
     158              xreflabel="Host System Requirements">
     159  </bridgehead>
     160  <!--<title> </title>-->
    156161
    157162  <para >To see whether your host system has all the appropriate versions, and
     
    235240
    236241
    237 </sect2>
     242<!--</sect2>-->
    238243</sect1>
  • chapter02/introduction.xml

    r2a60cf45 r121f4cc  
    1111  <title>Introduction</title>
    1212
    13   <para>In this chapter, the partition which will host the LFS system is
    14   prepared. We will create the partition itself, create a file system
    15   on it, and mount it.</para>
     13  <para>In this chapter, the host tools needed for building LFS
     14  are checked and, if necessary, installed.  Then a partition which will
     15  host the LFS system is prepared. We will create the partition
     16  itself, create a file system on it, and mount it.</para>
    1617
    1718</sect1>
  • chapter05/perl.xml

    r2a60cf45 r121f4cc  
    4343  <sect2 role="installation">
    4444    <title>Installation of Perl</title>
    45 
    4645    <para>Prepare Perl for compilation:</para>
    4746
  • chapter06/strippingagain.xml

    r2a60cf45 r121f4cc  
    4040  <para>Now the binaries and libraries can be safely stripped:</para>
    4141
    42 <screen><userinput>/tools/bin/find /{,usr/}{bin,lib,sbin} -type f \
    43     -exec /tools/bin/strip --strip-debug '{}' ';'</userinput></screen>
     42<screen><userinput>/tools/bin/find /usr/lib -type f -name \*.a \
     43   -exec /tools/bin/strip --strip-debug {} ';'
     44
     45/tools/bin/find /lib /usr/lib -type f -name \*.so* \
     46   -exec /tools/bin/strip --strip-unneeded {} ';'
     47
     48/tools/bin/find /{bin,sbin} /usr/{bin,sbin,libexec} -type f \
     49    -exec /tools/bin/strip --strip-all {} ';'</userinput></screen>
    4450
    4551  <para>A large number of files will be reported as having their file
  • chapter08/kernel.xml

    r2a60cf45 r121f4cc  
    123123    </variablelist>
    124124
    125 <screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>
     125<screen role="nodump"><userinput>make menuconfig</userinput></screen>
    126126
    127127    <variablelist>
    128       <title>The meaning of the make parameters:</title>
     128      <title>The meaning of optional make environment variables:</title>
    129129
    130130      <varlistentry>
    131131        <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
    132132        <listitem>
    133           <para>This establishes the locale setting to the one used on the host.
    134           This is needed for a proper menuconfig ncurses interface line
    135           drawing on UTF-8 linux text console.</para>
    136 
    137           <para>Be sure to replace <replaceable>&lt;host_LANG_value&gt;</replaceable>
    138           by the value of the <envar>$LANG</envar> variable from your host.
    139           If not set, you could use instead the host's value of <envar>$LC_ALL</envar>
     133          <para>This establishes the locale setting to the one used on the
     134          host.  This may be needed for a proper menuconfig ncurses interface
     135          line drawing on a UTF-8 linux text console.</para>
     136
     137          <para>If used, be sure to replace
     138          <replaceable>&lt;host_LANG_value&gt;</replaceable> by the value of
     139          the <envar>$LANG</envar> variable from your host.  You can
     140          alternatively use instead the host's value of <envar>$LC_ALL</envar>
    140141          or <envar>$LC_CTYPE</envar>.</para>
    141142        </listitem>
     
    175176    required to complete the installation. Some files need to be copied to
    176177    the <filename class="directory">/boot</filename> directory.</para>
     178
     179    <caution>
     180      <para>If the host system has a separate /boot partition, the
     181      files copied below should go there. The easiest way to do that
     182      is to bind /boot on the host to /mnt/lfs/boot before proceeding:</para>
     183
     184<screen role="nodump"><userinput>mount --bind /boot /mnt/lfs/boot</userinput></screen>
     185    </caution>
    177186
    178187    <para>The path to the kernel image may vary depending on the platform being
  • general.ent

    r2a60cf45 r121f4cc  
    1 <!ENTITY version         "20160517-systemd">
     1<!ENTITY version         "20160518-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "May 17th, 2016">
     3<!ENTITY releasedate     "May 18th, 2016">
    44<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.10">
  • packages.ent

    r2a60cf45 r121f4cc  
    164164<!ENTITY file-size "756 KB">
    165165<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
    166 <!ENTITY file-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
     166<!ENTITY file-md5 "18f1c60aa27a296a26c2e9389ac92ba5">
    167167<!ENTITY file-home "http://www.darwinsys.com/file/">
    168168<!ENTITY file-ch5-du "15 MB">
     
    378378<!ENTITY linux-minor-version "6">
    379379<!ENTITY linux-patch-version "0">
    380 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -->
     380<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
    381381<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
    382382<!ENTITY linux-size "87,365 KB">
     
    426426<!ENTITY man-pages-size "1,419 KB">
    427427<!ENTITY man-pages-url "&kernel;linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">
    428 <!ENTITY man-pages-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
     428<!ENTITY man-pages-md5 "a7b6c7e2a03a4b0d61eee4e52de68a42">
    429429<!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
    430430<!ENTITY man-pages-ch6-du "26 MB">
     
    441441<!ENTITY mpfr-version "3.1.4">
    442442<!ENTITY mpfr-size "1,096 KB">
    443 <!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.xz">
     443<!ENTITY mpfr-url "&gnu;mpfr/mpfr-&mpfr-version;.tar.xz">
    444444<!ENTITY mpfr-md5 "064b2c18185038e404a401b830d59be8">
    445445<!ENTITY mpfr-home "http://www.mpfr.org/">
  • prologue/preface.xml

    r2a60cf45 r121f4cc  
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="why.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prerequisites.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hostreqs.xml"/>
    2120  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="typography.xml"/>
    2221  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="organization.xml"/>
Note: See TracChangeset for help on using the changeset viewer.