diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index c265ec668..cb88bc77c 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -17,8 +17,8 @@ following commands are run to build the kernel:</para> <userinput>make bzImage &&</userinput> <userinput>make modules &&</userinput> <userinput>make modules_install &&</userinput> -<userinput>cp arch/i386/boot/bzImage /boot/lfskernel &&</userinput> -<userinput>cp System.map /boot</userinput></screen></para> +<userinput>cp -f arch/i386/boot/bzImage /boot/lfskernel &&</userinput> +<userinput>cp -f System.map /boot</userinput></screen></para> <para>Note: the arch/i386/boot/bzImage path may vary on different platforms.</para> |