diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-17 02:52:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-17 02:52:18 +0000 |
commit | af6115579c870a648424d6ad44810f38459f2193 (patch) | |
tree | a844cfa2d786818fa796b0e383806159ed2cf388 /chapter01 | |
parent | 4a8b9b3abf29b99e73eac2bb6ab813d365826b5d (diff) |
Add an explanation about using the barrier option in fstab. Fixes #2318.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 524e40a63..01962f6d1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,12 @@ <para>2009-05-16</para> <itemizedlist> <listitem> + <para>[bdubbs] - Add an explanation about using the barrier + option in fstab. + Fixes + <ulink url="&lfs-ticket-root;2318">#2318</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Add zlib-1.2.3-fPIC-1.patch which allows building static and dynamic libraries in one step. Also moved the libraries to /usr/lib. |