diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-03 23:46:22 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-03 23:46:22 +0000 |
commit | 47e2b3c362d52645effbceebb0244aad66f9d144 (patch) | |
tree | 1465e40148ec1840ee3a2ad530b319cf3c8b78f3 /chapter01 | |
parent | 7e41eee3f8b1e93181afe449e5b3b2be8ec2da11 (diff) |
before mounting /proc, chown root.root it first
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1788 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 ed9bc23b6..1e12b99a5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,12 @@ </para></listitem> +<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Mounting $LFS/proc: +Added <userinput>chown root.root $LFS/proc</userinput>. The recursive chown +operation in chapter 6 doesn't touch proc, so this'll remain owned by user +<emphasis>lfs</emphasis>. It's not a big deal, just not a very clean thing +to do.</para></listitem> + <listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Groff: Added a few symlinks that are used by programs like <userinput>xman</userinput> and others.</para></listitem> |