aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
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 /chapter07
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
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/usage.xml3
1 files changed, 2 insertions, 1 deletions
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>