diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-28 20:50:57 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-28 20:50:57 +0000 |
commit | 3acb38f277fdbb662207fccb9d7ec312e5c26ed2 (patch) | |
tree | ddf571d973079d7c5244d00ef65292fd7cf98811 /chapter08/kernel.xml | |
parent | 1e7335edfdae5bfeea8b3c1b567d0bd3d22acfa5 (diff) |
Removed all -f flags from cp commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1092 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 5682b23ce..93616833d 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -25,8 +25,8 @@ make menuconfig.</para> <userinput>make bzImage &&</userinput> <userinput>make modules &&</userinput> <userinput>make modules_install &&</userinput> -<userinput>cp -f arch/i386/boot/bzImage /boot/lfskernel &&</userinput> -<userinput>cp -f System.map /boot</userinput></screen></para> +<userinput>cp arch/i386/boot/bzImage /boot/lfskernel &&</userinput> +<userinput>cp System.map /boot</userinput></screen></para> <para>Note: the arch/i386/boot/bzImage path may vary on different platforms.</para> |