aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-08-28 20:50:57 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-08-28 20:50:57 +0000
commit3acb38f277fdbb662207fccb9d7ec312e5c26ed2 (patch)
treeddf571d973079d7c5244d00ef65292fd7cf98811 /chapter08
parent1e7335edfdae5bfeea8b3c1b567d0bd3d22acfa5 (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')
-rw-r--r--chapter08/kernel.xml4
-rw-r--r--chapter08/lilo.xml6
2 files changed, 5 insertions, 5 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>
diff --git a/chapter08/lilo.xml b/chapter08/lilo.xml
index d49e6a051..1c57dada6 100644
--- a/chapter08/lilo.xml
+++ b/chapter08/lilo.xml
@@ -14,7 +14,7 @@ the host system or the LFS system).</para>
system:</para>
<para><screen><userinput>logout</userinput>
-<userinput>cp -f $LFS/boot/lfskernel /boot</userinput></screen></para>
+<userinput>cp $LFS/boot/lfskernel /boot</userinput></screen></para>
<para>The next step is adding an entry to /etc/lilo.conf so that we can
choose LFS when booting the computer:</para>
@@ -40,8 +40,8 @@ the line <userinput>read-only</userinput> should be changed to
<para>The last step is syncing the host system lilo config. files with the
LFS system:</para>
-<para><screen><userinput>cp -f /etc/lilo.conf $LFS/etc &amp;&amp;</userinput>
-<userinput>cp -f &lt;kernel images&gt; $LFS/boot</userinput></screen></para>
+<para><screen><userinput>cp /etc/lilo.conf $LFS/etc &amp;&amp;</userinput>
+<userinput>cp &lt;kernel images&gt; $LFS/boot</userinput></screen></para>
<para>To find out which kernel images files are being used, look at the
/etc/lilo.conf file and find the lines starting with