diff options
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 6 |
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 |