aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-05-06 03:56:30 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-05-06 03:56:30 +0000
commit72f3ca780d57852a5b4ec40cac0424ebae49d817 (patch)
tree3e571b118e4b7f95bb5ada44786cfbd7dc3068fc
parent15faad9dd881dc9a33b4747316b8b8024eaac7e3 (diff)
Various minor text changes to both book and bootscripts.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9842 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--bootscripts/lfs/init.d/sysctl2
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter05/toolchaintechnotes.xml4
-rw-r--r--chapter07/usage.xml3
-rw-r--r--general.ent4
-rw-r--r--packages.ent2
6 files changed, 19 insertions, 7 deletions
diff --git a/bootscripts/lfs/init.d/sysctl b/bootscripts/lfs/init.d/sysctl
index baa9fe60a..3c3722cd7 100644
--- a/bootscripts/lfs/init.d/sysctl
+++ b/bootscripts/lfs/init.d/sysctl
@@ -16,7 +16,7 @@
### BEGIN INIT INFO
# Provides: sysctl
-# Required-Start: mountkernfs
+# Required-Start: mountvirtfs
# Should-Start:
# Required-Stop:
# Should-Stop:
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 89369c83b..dcc6b3c55 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2012-05-05</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Various minor text changes to
+ both book and bootscripts.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-05-01</para>
<itemizedlist>
<listitem>
@@ -45,6 +55,7 @@
</listitem>
</itemizedlist>
</listitem>
+
<listitem>
<para>2012-04-29</para>
<itemizedlist>
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml
index 398f3d104..36c07bad3 100644
--- a/chapter05/toolchaintechnotes.xml
+++ b/chapter05/toolchaintechnotes.xml
@@ -24,7 +24,7 @@
process has been designed to minimize the risks for new readers and to provide
the most educational value at the same time.</para>
- <important>
+ <note>
<para>Before continuing, be aware of the name of the working platform,
often referred to as the target triplet. A simple way to determine the
name of the target triplet is to run the <command>config.guess</command>
@@ -46,7 +46,7 @@
and noting the output. The authoritative reference covering all platforms
is in the <filename>shlib-versions</filename> file in the root of the Glibc
source tree.</para>
- </important>
+ </note>
<para>Some key technical points of how the <xref
linkend="chapter-temporary-tools"/> build method works:</para>
diff --git a/chapter07/usage.xml b/chapter07/usage.xml
index e729637b8..73daf2861 100644
--- a/chapter07/usage.xml
+++ b/chapter07/usage.xml
@@ -103,7 +103,8 @@ EOF</userinput></screen>
<para>As a debugging convenience, the functions script also logs all output
to <filename>/run/var/bootlog</filename>. Since the <filename
class="directory">/run</filename> directory is a tmpfs, this file is not
- persistent across boots.</para>
+ persistent across boots, however it is appended to the more permanent file
+ <filename>/var/log/boot.log</filename> at the end of the boot process.</para>
</sect2>
diff --git a/general.ent b/general.ent
index d138aa7f7..468b7c930 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120501">
-<!ENTITY releasedate "May 01, 2012">
+<!ENTITY version "SVN-20120505">
+<!ENTITY releasedate "May 05, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index 9111e89f2..1567b19ad 100644
--- a/packages.ent
+++ b/packages.ent
@@ -302,7 +302,7 @@
<!ENTITY less-ch6-du "3.5 MB">
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
-<!ENTITY lfs-bootscripts-version "20120409"> <!-- Scripts depend on this format -->
+<!ENTITY lfs-bootscripts-version "20120505"> <!-- Scripts depend on this format -->
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->