diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-24 20:43:01 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-01-24 20:43:01 +0000 |
commit | f78845c7a84d665a0bf326335957c90d03faf78c (patch) | |
tree | a508fa13080e5801ade1217eaa7f0df1a90a2ce6 /chapter01 | |
parent | 0152a7b7b97f6aad29a550006474e171d4be78d1 (diff) |
Check that /dev isn't already mounted in the udev bootscript. Fixes #2550.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9160 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8ec7b430f..ac24ac30e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2010-01-24</para> <itemizedlist> <listitem> + <para>[matthew] Update to lfs-bootscripts-20100124, which checks that + /dev isn't already mounted. Fixes + <ulink url="&lfs-ticket-root;2550">#2550</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Don't create /lib/udev/devices/kmsg as Udev >= 142 creates it automatically. Fixes <ulink url="&lfs-ticket-root;2552">#2552</ulink>.</para> |