diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 21:20:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-15 21:20:53 +0000 |
commit | 7f13e6fe5b0f17dfcd66479e83ff03a109ab058e (patch) | |
tree | 42ab5b8e3e1780e05769fbd63a9588ab53ea4abd | |
parent | 6a06eaf8448fb37ba08de818e99aee6a6522a8d5 (diff) |
Tag LFS-10.0-rc1
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/10.0-rc1@12023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter08/revisedchroot.xml | 2 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 10 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5a989e4f1..d3be8d6d2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,6 +46,9 @@ <itemizedlist> <para>2020-08-15</para> <listitem> + <para>[bdubbs] - LFS-10.0-rc1 released.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to man-pages-5.08. Fixes <ulink url="&lfs-ticket-root;4714">#4714</ulink>.</para> </listitem> diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index 5618cf0ff..761915434 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -64,7 +64,7 @@ rm -f /usr/lib/libz.a</userinput></screen> <para>The compiler built in <xref linkend="chapter-temporary-tools"/> and <xref linkend="chapter-chroot-temporary-tools"/> is still partially - installed, and not needed anymore. Remove it with:</para> + installed and not needed anymore. Remove it with:</para> <screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen> diff --git a/general.ent b/general.ent index 44a84500f..f268de751 100644 --- a/general.ent +++ b/general.ent @@ -1,9 +1,9 @@ -<!ENTITY version "SVN-20200815"> +<!ENTITY version "10.0-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.0-rc1"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20200815-systemd"> +<!ENTITY versiond "10.0-systemd-rc1"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> diff --git a/packages.ent b/packages.ent index f91bf11dd..bf994be9e 100644 --- a/packages.ent +++ b/packages.ent @@ -376,11 +376,11 @@ <!ENTITY less-fin-sbu "less than 0.1 SBU"> <!ENTITY lfs-bootscripts-version "20200802"> <!-- 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 "af9fa4858158d87de56508c15417440e"> <!ENTITY lfs-bootscripts-home " "> -<!ENTITY lfs-bootscripts-cfg-du "BOOTSCRIPTS-INSTALL-KB KB"> +<!ENTITY lfs-bootscripts-cfg-du "240 KB"> <!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU"> <!ENTITY libcap-version "2.42"> |