aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-04-19 21:31:18 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-04-19 21:31:18 +0000
commitd61a33f8678a5da9ea7e1b9c92fae9c8fb65fdcb (patch)
tree633f1b135ef8fc85d2a9ac81736c8b219b4d0c52 /chapter01
parent9f318ba306fa33ba0e626d6d3dc0bc24291ee2f0 (diff)
Update cleanfs bootscript to not clean /var/run or /var/lock because
they are now linked to a fresh tmpfs. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9511 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter01/whatsnew.xml6
2 files changed, 17 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 55d531e3d..8827d07da 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>2011-04-19</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Update cleanfs bootscript to
+ not clean /var/run or /var/lock because
+ they are now linked to a fresh tmpfs.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2011-04-18</para>
<itemizedlist>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index b4bcff048..425000e70 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -13,6 +13,12 @@
<para>Below is a list of package updates made since the previous
release of the book.</para>
+ <note><para>A somewhat major change was made in this version of the book by adding
+ a new top level directory, /run. This directory has a tmpfs mounted and is
+ used by programs like udev to store run time information. The directories
+ /var/run and /var/lock are also linked to this directory. The bootscripts
+ have been updated to accomodate this change.</para></note>
+
<!--
Every package in the book is listed in the "Upgraded to:" section.
Comment/uncomment as needed. DO NOT delete any of these lines unless that