diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-12-28 20:29:58 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-12-28 20:29:58 +0000 |
commit | 409e7c850fee6ae5f46ae4ec19327e671adbc92d (patch) | |
tree | 74df4218070224de5515c41c922945097793b730 /chapter01/changelog.xml | |
parent | 21a60f0a73343cedd0f21d27e44be645a70d7951 (diff) |
Fix the location for mounting /dev/shm inside chroot
when /dev/shm is a symlink.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10083 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-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 78a4c1690..78d017e9a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2012-12-28</para> <itemizedlist> <listitem> + <para>[bdubbs] - Fix the location for mounting /dev/shm + inside chroot. Fixes + <ulink url="&lfs-ticket-root;3258">#3258</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Move the build of Procps to before E2fsprogs as the latter requires <command>ps</command> to be available during its testsuite run.</para> |