diff options
Diffstat (limited to 'chapter05/kernelheaders-inst.xml')
-rw-r--r-- | chapter05/kernelheaders-inst.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter05/kernelheaders-inst.xml b/chapter05/kernelheaders-inst.xml index 3c2f5fe0d..fc79a0e25 100644 --- a/chapter05/kernelheaders-inst.xml +++ b/chapter05/kernelheaders-inst.xml @@ -43,7 +43,8 @@ symlink:</para> <para>Install the platform specific-header files:</para> -<para><screen><userinput>cp -HR include/asm /stage1/include && +<para><screen><userinput>mkdir /stage1/include/asm && +cp include/asm/* /stage1/include/asm && cp -R include/asm-generic /stage1/include</userinput></screen></para> <para>Install the cross-platform kernel header files:</para> |