diff options
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r-- | chapter05/kernel-inst.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index a12a517b1..c02df1090 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -21,8 +21,12 @@ The kernel configuration file is created by running the following command: <userinput>make dep &&</userinput> <userinput>cd $LFS/usr/include &&</userinput> <userinput>cp -a ../src/linux/include/linux . &&</userinput> + <userinput>chown root.root $LFS/usr/include/linux -R + &&</userinput> <userinput>mkdir asm &&</userinput> - <userinput>cp -a ../src/linux/include/asm/* asm</userinput> + <userinput>cp -a ../src/linux/include/asm/* asm &&</userinput> + <userinput>chown root.root $LFS/usr/include/asm -R</userinput> + </literallayout></blockquote> </sect2> |