diff options
-rw-r--r-- | chapter05/kernel-inst.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index 87c7a9509..3975d654c 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -23,6 +23,7 @@ The kernel configuration file is created by running the following command: <userinput>chown root.root $LFS/usr/include/linux -R &&</userinput> <userinput>mkdir asm &&</userinput> <userinput>cp -a ../src/linux/include/asm/* asm &&</userinput> +<userinput>chown root.root $LFS/usr/include/linux -R &&</userinput> <userinput>chown root.root $LFS/usr/include/asm -R</userinput> </screen> </para> |