diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-04-19 03:26:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-04-19 03:26:49 +0000 |
commit | 9f318ba306fa33ba0e626d6d3dc0bc24291ee2f0 (patch) | |
tree | 1b96d697539e061c47f580ea8dffdeb61b3e7e83 /chapter01 | |
parent | 7a88173e383114e7a76b584f08e68ba5ecc3bc94 (diff) |
Add new /run mount point to top level directories. Mount a tmpfs on /run in
bootscripts. Add symlinks to use new /run tmpfs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9510 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 2bd2f4b8e..55d531e3d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2011-04-18</para> <itemizedlist> <listitem> + <para>[bdubbs] - Add new /run mount point to top + level directories. Mount a tmpfs on /run in + bootscripts.</para> + </listitem> + <listitem> <para>[bdubbs] - In Chapter 6, move File to before binutils to prevent some configure warnings.</para> </listitem> |