diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter08/automake.xml | 2 | ||||
-rw-r--r-- | general.ent | 8 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 17 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e31c170f..b2d6501e0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,15 @@ --> <listitem> + <para>2021-02-19</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - LFS-10.1-rc1 released.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <itemizedlist> <para>2021-02-18</para> <listitem> diff --git a/chapter08/automake.xml b/chapter08/automake.xml index b637d351c..33db7bcb9 100644 --- a/chapter08/automake.xml +++ b/chapter08/automake.xml @@ -59,7 +59,7 @@ <screen><userinput remap="test">make -j4 check</userinput></screen> - <para>The tests t/subobj.shm t/deprecated-acinit.sh, and t/init.sh are known to + <para>The tests t/subobj.sh, t/deprecated-acinit.sh, and t/init.sh are known to fail in the LFS environment.</para> <para>Install the package:</para> diff --git a/general.ent b/general.ent index dd18b3fda..1bf03cf96 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20210218"> +<!ENTITY version "10.1-rc1"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> -<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> +<!ENTITY generic-version "10.1-rc1"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20210218-systemd"> +<!ENTITY versiond "10.1-rc1-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "February 18th, 2021"> +<!ENTITY releasedate "February 19th, 2021"> <!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – --> diff --git a/packages.ent b/packages.ent index 838444eed..fc77c308a 100644 --- a/packages.ent +++ b/packages.ent @@ -376,11 +376,11 @@ <!ENTITY less-fin-sbu "less than 0.1 SBU"> <!ENTITY lfs-bootscripts-version "20210201"> <!-- Scripts depend on this format --> -<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> +<!ENTITY lfs-bootscripts-size "32 KB"> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz"> -<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> +<!ENTITY lfs-bootscripts-md5 "1fc441ef96c522974f7267dec8b40a47"> <!ENTITY lfs-bootscripts-home " "> -<!ENTITY lfs-bootscripts-cfg-du "BOOTSCRIPTS-INSTALL-KB KB"> +<!ENTITY lfs-bootscripts-cfg-du "244 KB"> <!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU"> <!ENTITY libcap-version "2.48"> |