diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-29 21:24:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-29 21:24:14 +0000 |
commit | 3071514813b8b560256fcbb10ec42c9c2a9c6b6e (patch) | |
tree | e5d936d878e9621b48bfab7543ad98ff3a864b0b | |
parent | 013e94aa3ac2697b257d0dcf2bf67686ddb3b7ec (diff) |
LFS-9.19.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/9.1@11762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 | ||||
-rw-r--r-- | general.ent | 10 | ||||
-rw-r--r-- | lfs-bootscripts-20191031.tar.xz | bin | 0 -> 32396 bytes | |||
-rw-r--r-- | packages.ent | 6 |
5 files changed, 18 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8ad902a3f..e63be0a05 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,15 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem> + <para>2020-03-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - LFS-9.1 released.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem revision="systemd"> <para>2020-02-16</para> <itemizedlist> diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 98f91713c..9c2c51dab 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -193,7 +193,7 @@ cd build</userinput></screen> <varlistentry> <term><parameter>--with-native-system-header-dir=/tools/include</parameter></term> <listitem> - <para>By default GCC searches <filename>/usr/include</filename> for + <para>By default, GCC searches <filename>/usr/include</filename> for system headers. In conjunction with the sysroot switch, this would normally translate to <filename>$LFS/usr/include</filename>. However the headers that will be installed in the next two sections will go diff --git a/general.ent b/general.ent index 5cd43bcd1..a47ad45a6 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200216"> -<!ENTITY short-version "svn"> <!-- Used below in &blfs-book; +<!ENTITY version "9.1"> +<!ENTITY short-version "9.1"> <!-- 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 "9.1"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20200216-systemd"> +<!ENTITY versiond "9.1-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "February 16th, 2020"> +<!ENTITY releasedate "March 1st, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "9.0"> diff --git a/lfs-bootscripts-20191031.tar.xz b/lfs-bootscripts-20191031.tar.xz Binary files differnew file mode 100644 index 000000000..2f8132a52 --- /dev/null +++ b/lfs-bootscripts-20191031.tar.xz diff --git a/packages.ent b/packages.ent index 1f9d1b213..ec4940c62 100644 --- a/packages.ent +++ b/packages.ent @@ -382,11 +382,11 @@ <!ENTITY less-ch6-sbu "less than 0.1 SBU"> <!ENTITY lfs-bootscripts-version "20191031"> <!-- 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 "e9249541960df505e4dfac0c32369372"> <!ENTITY lfs-bootscripts-home " "> -<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> +<!ENTITY lfs-bootscripts-ch7-du "244 KB"> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> <!ENTITY libcap-version "2.31"> |