Changeset 602a01f
- Timestamp:
- 08/30/2020 06:09:09 AM (4 years ago)
- Branches:
- multilib-10.1
- Children:
- 35e5addf
- Parents:
- 7091d59
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r7091d59 r602a01f 47 47 <listitem> 48 48 <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> 49 59 <para>2020-08-24</para> 50 60 <listitem> -
chapter09/systemd-custom.xml
r7091d59 r602a01f 55 55 <screen role="nodump"><userinput>ln -sfv /dev/null /etc/systemd/system/tmp.mount</userinput></screen> 56 56 57 <para>Alternatively, if a aseparate partition for57 <para>Alternatively, if a separate partition for 58 58 <filename class="directory">/tmp</filename> is desired, specify that 59 59 partition in a <filename>/etc/fstab</filename> entry.</para> … … 104 104 is really only applicable to btrfs filesystems. It references type v 105 105 which in turn references type d (directory). This then creates the 106 specified directory if i sis not present and adjusts the permissions106 specified directory if it is not present and adjusts the permissions 107 107 and ownership as specified. Contents of the directory will be 108 108 subject to time based cleanup if the age argument is specified. -
chapter10/kernel.xml
r7091d59 r602a01f 55 55 un-tarring.</para> 56 56 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=<host_LANG_value> 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><host_LANG_value></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 57 89 <!-- Support for compiling a keymap into the kernel is deliberately removed --> 58 90 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 61 92 url="&hints-root;kernel-configuration.txt"/>. BLFS has some information 62 93 regarding particular kernel configuration requirements of packages outside … … 194 225 </variablelist> 195 226 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=<host_LANG_value> LC_ALL=</parameter></term>203 <listitem>204 <para>This establishes the locale setting to the one used on the205 host. This may be needed for a proper menuconfig ncurses interface206 line drawing on a UTF-8 linux text console.</para>207 208 <para>If used, be sure to replace209 <replaceable><host_LANG_value></replaceable> by the value of210 the <envar>$LANG</envar> variable from your host. You can211 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 218 227 <para>Alternatively, <command>make oldconfig</command> may be more 219 228 appropriate in some situations. See the <filename>README</filename> -
general.ent
r7091d59 r602a01f 1 <!ENTITY version "SVN-2020082 4">1 <!ENTITY version "SVN-20200828"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2020082 4-systemd">6 <!ENTITY versiond "20200828-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "August 2 4th, 2020">10 <!ENTITY releasedate "August 28th, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> -
lfs-latest.php
r7091d59 r602a01f 117 117 if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/releases"; 118 118 if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" ); 119 if ( $package == "iana-etc" ) $dirpath = "https://github.com/Mic92/iana-etc/releases"; 119 120 if ( $package == "intltool" ) $dirpath = "https://launchpad.net/intltool/trunk"; 120 121 if ( $package == "meson" ) $dirpath = "https://github.com/mesonbuild/meson/releases"; -
packages.ent
r7091d59 r602a01f 320 320 <!ENTITY gzip-fin-sbu "0.1 SBU"> 321 321 322 <!ENTITY iana-etc-version "20200 429">323 <!ENTITY iana-etc-size "57 4KB">324 <!ENTITY iana-etc-url " &anduin-sources;/iana-etc-&iana-etc-version;.tar.gz">325 <!ENTITY iana-etc-md5 "f 9f7cda56c0ebe6ac2fa69a0be5d5400">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"> 327 327 <!ENTITY iana-etc-fin-du "4.7 MB"> 328 328 <!ENTITY iana-etc-fin-sbu "less than 0.1 SBU"> … … 433 433 <!ENTITY linux-md5 "2656fe1a0942856c8740468d175e39b6"> 434 434 <!ENTITY linux-home "https://www.kernel.org/"> 435 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is435 <!-- measured for 5.8.3 / gcc-10.2.0 on x86_64 : minimum is 436 436 allnoconfig extended for a hopefully-bootable build on desktop machine, 437 max is all yesconfig 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 6SBU)">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)"> 440 440 441 441 <!ENTITY linux-headers-tmp-du "3.8 GB">
Note:
See TracChangeset
for help on using the changeset viewer.