From d61a33f8678a5da9ea7e1b9c92fae9c8fb65fdcb Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 19 Apr 2011 21:31:18 +0000 Subject: 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 --- chapter01/whatsnew.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chapter01/whatsnew.xml') 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 @@ Below is a list of package updates made since the previous release of the book. + 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. +