Changeset 602a01f


Ignore:
Timestamp:
08/30/2020 06:09:09 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
35e5addf
Parents:
7091d59
Message:

Merge changes from trunk to multilib

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r7091d59 r602a01f  
    4747    <listitem>
    4848      <itemizedlist>
     49      <para>2020-08-28</para>
     50        <listitem>
     51          <para>[bdubbs] - Update to iana-Etc-20200821. Addresses
     52          <ulink url="&lfs-ticket-root;4718">#4722</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
     58      <itemizedlist>
    4959      <para>2020-08-24</para>
    5060        <listitem>
  • chapter09/systemd-custom.xml

    r7091d59 r602a01f  
    5555<screen role="nodump"><userinput>ln -sfv /dev/null /etc/systemd/system/tmp.mount</userinput></screen>
    5656
    57     <para>Alternatively, if a a separate partition for
     57    <para>Alternatively, if a separate partition for
    5858    <filename class="directory">/tmp</filename> is desired, specify that
    5959    partition in a <filename>/etc/fstab</filename> entry.</para>
     
    104104      is really only applicable to btrfs filesystems.  It references type v
    105105      which in turn references type d (directory). This then creates the
    106       specified directory if is is not present and adjusts the permissions
     106      specified directory if it is not present and adjusts the permissions
    107107      and ownership as specified. Contents of the directory will be
    108108      subject to time based cleanup if the age argument is specified.
  • chapter10/kernel.xml

    r7091d59 r602a01f  
    5555    un-tarring.</para>
    5656
     57    <para>There are several ways to configure the kernel options. Usually,
     58    This is done through a menu-driven interface, for example:</para>
     59
     60<screen role="nodump"><userinput>make menuconfig</userinput></screen>
     61
     62    <variablelist>
     63      <title>The meaning of optional make environment variables:</title>
     64
     65      <varlistentry>
     66        <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
     67        <listitem>
     68          <para>This establishes the locale setting to the one used on the
     69          host.  This may be needed for a proper menuconfig ncurses interface
     70          line drawing on a UTF-8 linux text console.</para>
     71
     72          <para>If used, be sure to replace
     73          <replaceable>&lt;host_LANG_value&gt;</replaceable> by the value of
     74          the <envar>$LANG</envar> variable from your host.  You can
     75          alternatively use instead the host's value of <envar>$LC_ALL</envar>
     76          or <envar>$LC_CTYPE</envar>.</para>
     77        </listitem>
     78      </varlistentry>
     79
     80      <varlistentry>
     81        <term><command>make menuconfig</command></term>
     82        <listitem>
     83          <para>This launches an ncurses menu-driven interface. For other
     84          (graphical) interfaces, type <command>make help</command>.</para>
     85        </listitem>
     86      </varlistentry>
     87    </variablelist>
     88
    5789    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
    5890
    59     <para>Configure the kernel via a menu-driven interface. For general
    60     information on kernel configuration see <ulink
     91    <para>For general information on kernel configuration see <ulink
    6192    url="&hints-root;kernel-configuration.txt"/>.  BLFS has some information
    6293    regarding particular kernel configuration requirements of packages outside
     
    194225    </variablelist>
    195226
    196 <screen role="nodump"><userinput>make menuconfig</userinput></screen>
    197 
    198     <variablelist>
    199       <title>The meaning of optional make environment variables:</title>
    200 
    201       <varlistentry>
    202         <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
    203         <listitem>
    204           <para>This establishes the locale setting to the one used on the
    205           host.  This may be needed for a proper menuconfig ncurses interface
    206           line drawing on a UTF-8 linux text console.</para>
    207 
    208           <para>If used, be sure to replace
    209           <replaceable>&lt;host_LANG_value&gt;</replaceable> by the value of
    210           the <envar>$LANG</envar> variable from your host.  You can
    211           alternatively use instead the host's value of <envar>$LC_ALL</envar>
    212           or <envar>$LC_CTYPE</envar>.</para>
    213         </listitem>
    214       </varlistentry>
    215 
    216     </variablelist>
    217 
    218227    <para>Alternatively, <command>make oldconfig</command> may be more
    219228    appropriate in some situations. See the <filename>README</filename>
  • general.ent

    r7091d59 r602a01f  
    1 <!ENTITY version         "SVN-20200824">
     1<!ENTITY version         "SVN-20200828">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200824-systemd">
     6<!ENTITY versiond        "20200828-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "August 24th, 2020">
     10<!ENTITY releasedate     "August 28th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • lfs-latest.php

    r7091d59 r602a01f  
    117117if ( $package == "flex"       ) $dirpath = "https://github.com/westes/flex/releases";
    118118if ( $package == "gcc"        ) $dirpath = max_parent( $dirpath, "gcc-" );
     119if ( $package == "iana-etc"   ) $dirpath = "https://github.com/Mic92/iana-etc/releases";
    119120if ( $package == "intltool"   ) $dirpath = "https://launchpad.net/intltool/trunk";
    120121if ( $package == "meson"      ) $dirpath = "https://github.com/mesonbuild/meson/releases";
  • packages.ent

    r7091d59 r602a01f  
    320320<!ENTITY gzip-fin-sbu "0.1 SBU">
    321321
    322 <!ENTITY iana-etc-version "20200429">
    323 <!ENTITY iana-etc-size "574 KB">
    324 <!ENTITY iana-etc-url "&anduin-sources;/iana-etc-&iana-etc-version;.tar.gz">
    325 <!ENTITY iana-etc-md5 "f9f7cda56c0ebe6ac2fa69a0be5d5400">
    326 <!ENTITY iana-etc-home "http://freecode.com/projects/iana-etc">
     322<!ENTITY iana-etc-version "20200821">
     323<!ENTITY iana-etc-size "576 KB">
     324<!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz">
     325<!ENTITY iana-etc-md5 "ff19c45f5ac800f5d77c680d9b757fbc">
     326<!ENTITY iana-etc-home "https://www.iana.org/protocols">
    327327<!ENTITY iana-etc-fin-du "4.7 MB">
    328328<!ENTITY iana-etc-fin-sbu "less than 0.1 SBU">
     
    433433<!ENTITY linux-md5 "2656fe1a0942856c8740468d175e39b6">
    434434<!ENTITY linux-home "https://www.kernel.org/">
    435 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     435<!-- measured for 5.8.3 / gcc-10.2.0 on x86_64 : minimum is
    436436 allnoconfig extended for a hopefully-bootable build on desktop machine,
    437  max is allyesconfig which requires openssl -->
    438 <!ENTITY linux-knl-du "960 - 4250 MB (typically about 1100 MB)">
    439 <!ENTITY linux-knl-sbu "4.4 - 66.0 SBU (typically about 6 SBU)">
     437 max is allmodconfig which requires openssl -->
     438<!ENTITY linux-knl-du "1200 - 6750 MB (typically about 1500 MB)">
     439<!ENTITY linux-knl-sbu "5.0 - 125.0 SBU (typically about 9 SBU)">
    440440
    441441<!ENTITY linux-headers-tmp-du "3.8 GB">
Note: See TracChangeset for help on using the changeset viewer.