diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-17 17:57:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-06-17 17:57:40 +0000 |
commit | 7b08ae242d7fb43c29a35f8d48c2fade9f85cbd8 (patch) | |
tree | 2db4078f58fbd77c35a5a04d575338c636f6c6a4 /bootscripts/ChangeLog | |
parent | 2fa5f2635ea7f3765e517245823f09ecabc575ec (diff) |
Added a stronger note about automake teste time.
Updated boot scripts:
Only mount /run in mountvirtfs if it is not already mounted
(from an initrd).
Force the /dev/shm->/run/shm symlink
Skip making LVM virtual groups unavailable at shutdown
because the / or swap partitions may be still in use.
Fix some whitespace in iproute2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/ChangeLog')
-rw-r--r-- | bootscripts/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index a2eb6c439..a9ee10ef6 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,10 @@ +2012-06-17 Bruce Dubbs <bdubbs@linuxfromscratch.org> + * Only mount /run in mountvirtfs if it is not already mounted + (from an initrd). + * Force the /dev/shm->/run/shm symlink + * Skip making LVM virtual groups unavailable at shutdown + because the / or swap partitions may be still in use. + 2012-05-30 Bruce Dubbs <bdubbs@linuxfromscratch.org> * Copy all entries in /lib/udev/devices to /dev in mounvirtfs |