From 9c2045d706e807d24b6c2c05a4ba8349d8426d2b Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 17 Jan 2003 01:19:49 +0000 Subject: [PATCH] Corrected kernel chown command. Update date. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kernel-inst.xml | 4 ++-- index.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index 25e71ebd4..c1858d59e 100644 --- a/chapter06/kernel-inst.xml +++ b/chapter06/kernel-inst.xml @@ -18,8 +18,8 @@ around for a long time, so there's a chance that whatever userid was used will be assigned to somebody on your machine and that person would have write access to the kernel source. -In light of this, you might want to run chown -0.0 on the linux-&kernel-version; directory +In light of this, you might want to run chown -R 0:0 +on the linux-&kernel-version; directory to ensure all files are owned by user root. Kernel header installation requires the pwd program. diff --git a/index.xml b/index.xml index 558d2e08e..2436780ee 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + +