diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-04-19 21:31:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-04-19 21:31:18 +0000 |
commit | d61a33f8678a5da9ea7e1b9c92fae9c8fb65fdcb (patch) | |
tree | 633f1b135ef8fc85d2a9ac81736c8b219b4d0c52 /chapter01/changelog.xml | |
parent | 9f318ba306fa33ba0e626d6d3dc0bc24291ee2f0 (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/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 11 |
1 files changed, 11 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> |