Changeset 305ab2a
- Timestamp:
- 02/02/2021 04:15:16 PM (2 years ago)
- Branches:
- 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, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- d89ac35
- Parents:
- 5ddb2ea
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/ChangeLog
r5ddb2ea r305ab2a 1 2021-02-01 Bruce Dubbs <bdubbs@linuxfromscratch.org> 2 * Tweak mountfs to properly exit when an error is found. 3 1 4 2021-01-13 Xi Ruoyao <xry111@mengyan1223.wang> 2 5 * Use /run instead of deprecated /var/run -
bootscripts/lfs/init.d/mountfs
r5ddb2ea r305ab2a 47 47 48 48 log_info_msg "Mounting remaining file systems..." 49 mount --all --test-opts no_netdev >/dev/null 49 failed=0 50 mount --all --test-opts no_netdev >/dev/null || failed=1 50 51 evaluate_retval 51 52 exit $failed -
chapter01/changelog.xml
r5ddb2ea r305ab2a 45 45 <listitem> 46 46 <itemizedlist> 47 <para>2021-02-02</para> 48 <listitem> 49 <para>[bdubbs] - Update to bc-3.2.6. Fixes 50 <ulink url="&lfs-ticket-root;4800">#4800</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to glibc-2.33. Fixes 54 <ulink url="&lfs-ticket-root;4799">#4799</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Minor change to mountfs boot script. Fixes 58 <ulink url="&lfs-ticket-root;4798">#4798</ulink>.</para> 59 </listitem> 60 </itemizedlist> 61 </listitem> 62 63 <listitem> 64 <itemizedlist> 47 65 <para>2021-02-01</para> 48 66 <listitem> -
chapter01/whatsnew.xml
r5ddb2ea r305ab2a 106 106 <para>Gettext-&gettext-version;</para> 107 107 </listitem>--> 108 < !--<listitem>108 <listitem> 109 109 <para>Glibc-&glibc-version;</para> 110 </listitem> -->110 </listitem> 111 111 <listitem> 112 112 <para>GMP-&gmp-version;</para> -
chapter06/file.xml
r5ddb2ea r305ab2a 46 46 <para>Prepare File for compilation:</para> 47 47 48 <screen><userinput remap="configure">./configure --prefix=/usr --host=$LFS_TGT </userinput></screen>48 <screen><userinput remap="configure">./configure --prefix=/usr --host=$LFS_TGT --build=$(./config.guess)</userinput></screen> 49 49 50 50 <!-- devs: if using - -build here, the build system wants to compile -
chapter08/bc.xml
r5ddb2ea r305ab2a 41 41 <sect2 role="installation"> 42 42 <title>Installation of Bc</title> 43 44 <para>First, fix an error in the configure script::</para>45 46 <screen><userinput remap="pre">sed -i '612d' configure.sh</userinput></screen>47 43 48 44 <para>Prepare Bc for compilation:</para> -
chapter08/glibc.xml
r5ddb2ea r305ab2a 153 153 is known to fail in the LFS chroot environment.</para> 154 154 </listitem> 155 <!-- 155 156 156 <listitem> 157 <para><emphasis>inet/tst-idna_name_classify</emphasis> 158 is known to fail in the LFS chroot environment.</para> 159 </listitem> 160 161 <listitem> 162 <para><emphasis>posix/tst-getaddrinfo4</emphasis> and 163 <emphasis>posix/tst-getaddrinfo5</emphasis> 157 <para><emphasis>elf/tst-cpu-features-cpuinfo</emphasis> 164 158 may fail on some architectures.</para> 165 159 </listitem> 166 --> 160 167 161 <listitem> 168 162 <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis> -
general.ent
r5ddb2ea r305ab2a 1 <!ENTITY version "SVN-2021020 1">1 <!ENTITY version "SVN-20210202"> 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 "20210 201-systemd">6 <!ENTITY versiond "20210102-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "February 1st, 2021">10 <!ENTITY releasedate "February 2nd, 2021"> 11 11 12 12 <!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r5ddb2ea r305ab2a 58 58 <!ENTITY bash-fin-sbu "2.4 SBU"> 59 59 60 <!ENTITY bc-version "3.2. 5">61 <!ENTITY bc-size "2 29KB">60 <!ENTITY bc-version "3.2.6"> 61 <!ENTITY bc-size "230 KB"> 62 62 <!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz"> 63 <!ENTITY bc-md5 " 44cd2eb1ad793b6d95ea5fc7b9293cd4">63 <!ENTITY bc-md5 "f2c3da63d24c8c541413866b13ec1e3b"> 64 64 <!ENTITY bc-home "https://git.yzena.com/gavin/bc"> 65 65 <!ENTITY bc-fin-du "6.5 MB"> … … 257 257 <!ENTITY gettext-fin-sbu "3.2 SBU"> 258 258 259 <!ENTITY glibc-version "2.3 2">260 <!ENTITY glibc-size "16, 353 KB">259 <!ENTITY glibc-version "2.33"> 260 <!ENTITY glibc-size "16,663 KB"> 261 261 <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.xz"> 262 <!ENTITY glibc-md5 " 720c7992861c57cf97d66a2f36d8d1fa">262 <!ENTITY glibc-md5 "390bbd889c7e8e8a7041564cb6b27cca"> 263 263 <!ENTITY glibc-home "&gnu-software;libc/"> 264 264 <!ENTITY glibc-tmp-du "762 MB"> … … 376 376 <!ENTITY less-fin-sbu "less than 0.1 SBU"> 377 377 378 <!ENTITY lfs-bootscripts-version "20210 113"> <!-- Scripts depend on this format -->378 <!ENTITY lfs-bootscripts-version "20210201"> <!-- Scripts depend on this format --> 379 379 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> 380 380 <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz">
Note:
See TracChangeset
for help on using the changeset viewer.