diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-01 01:07:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-10-01 01:07:55 +0000 |
commit | 9e7bb85f87570788c366d9813614682526bebf1e (patch) | |
tree | 389f31600916651f4840b4666e4b38d52e18149c | |
parent | 63d555b5137fa53ccb35b0f6857df983cddced13 (diff) |
LFS-7.8
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.8@10959 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter02/aboutlfs.xml | 2 | ||||
-rw-r--r-- | general.ent | 8 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 18 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 29d1426b0..c26a4d02f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,15 @@ --> <listitem> + <para>2015-10-01</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - LFS-7.7 released.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-09-26</para> <itemizedlist> <listitem> diff --git a/chapter02/aboutlfs.xml b/chapter02/aboutlfs.xml index fe8a97902..88dbe6793 100644 --- a/chapter02/aboutlfs.xml +++ b/chapter02/aboutlfs.xml @@ -28,6 +28,7 @@ <quote>/mnt/lfs</quote> (or whatever the variable was set to) when it processes the command line.</para> + <caution> <para>Do not forget to check that <envar>LFS</envar> is set whenever you leave and reenter the current working environment (such as when doing a <command>su</command> to <systemitem class="username">root</systemitem> or @@ -41,6 +42,7 @@ provided example was followed. If the output is incorrect, use the command given earlier on this page to set <envar>$LFS</envar> to the correct directory name.</para> + </caution> <note><para>One way to ensure that the <envar>LFS</envar> variable is always set is to edit the <filename>.bash_profile</filename> file in both your diff --git a/general.ent b/general.ent index f8053faea..5470d647e 100644 --- a/general.ent +++ b/general.ent @@ -1,10 +1,10 @@ -<!ENTITY version "SVN-20150926"> -<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release +<!ENTITY version "7.8"> +<!ENTITY short-version "7.8"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "September 26, 2015"> +<!ENTITY releasedate "October 1, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.8"> -<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> +<!ENTITY generic-version "7.8"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> diff --git a/packages.ent b/packages.ent index 2eb68215e..2e58318fb 100644 --- a/packages.ent +++ b/packages.ent @@ -349,11 +349,11 @@ <!ENTITY less-ch6-sbu "less than 0.1 SBU"> <!ENTITY lfs-bootscripts-version "20150222"> <!-- Scripts depend on this format --> -<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile --> +<!ENTITY lfs-bootscripts-size "31 KB"> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> -<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile --> +<!ENTITY lfs-bootscripts-md5 "7f92de76e0554ab1cd0cbd9e32c4db8e"> <!ENTITY lfs-bootscripts-home " "> -<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile --> +<!ENTITY lfs-bootscripts-ch7-du "244 KB"> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> <!ENTITY libcap-version "2.24"> |