diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2002-01-23 18:21:39 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2002-01-23 18:21:39 +0000 |
commit | 93dba6aba6b5b53738a436ea6bbecfd8e4c9c46e (patch) | |
tree | 6907a2aba6bd97e351564da1b14047581825a766 /chapter05/kernel-exp.xml | |
parent | 0aecdecd6293ed9b2ab0c0b2efe1c008a59f0f93 (diff) |
Implemented bug 149 (install chapter 5 as an unprivileged user)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1469 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r-- | chapter05/kernel-exp.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index a5877e1b2..3cb6eca8b 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -25,9 +25,5 @@ and <userinput>cp -HR include/linux $LFS/usr/include</userinput>: These commands copy the required kernel header files to <filename>$LFS/usr/include</filename>.</para> -<para><userinput>chown -R root.root $LFS/usr/include</userinput>: -This ensures all header files under <filename>$LFS/usr/include</filename> -are owned by user root and group root.</para> - </sect2> |