aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 5682b23ce..93616833d 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -25,8 +25,8 @@ make menuconfig.</para>
<userinput>make bzImage &amp;&amp;</userinput>
<userinput>make modules &amp;&amp;</userinput>
<userinput>make modules_install &amp;&amp;</userinput>
-<userinput>cp -f arch/i386/boot/bzImage /boot/lfskernel &amp;&amp;</userinput>
-<userinput>cp -f System.map /boot</userinput></screen></para>
+<userinput>cp arch/i386/boot/bzImage /boot/lfskernel &amp;&amp;</userinput>
+<userinput>cp System.map /boot</userinput></screen></para>
<para>Note: the arch/i386/boot/bzImage path may vary on
different platforms.</para>