aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kernel-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 21:28:48 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-05 21:28:48 +0000
commit62be7ddc9082bed72a5c4bb2d0cc0d8988affeec (patch)
treef0cbf6b573707733fb9841d1aa9aab3bcdc0698a /chapter06/kernel-inst.xml
parentc6ec995e9ba66b695b52e6fa008f40c19c05c5e1 (diff)
/bin/pwd already exists now
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2517 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kernel-inst.xml')
-rw-r--r--chapter06/kernel-inst.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml
index 2b02a202b..734a75951 100644
--- a/chapter06/kernel-inst.xml
+++ b/chapter06/kernel-inst.xml
@@ -23,13 +23,6 @@ have write access to the kernel source.</para>
on the <filename>linux-&kernel-version;</filename> directory
to ensure all files are owned by user <emphasis>root</emphasis>.</para>
-<para>Kernel header installation requires the <filename>pwd</filename> program.
-In the kernel source the path to the <filename>pwd</filename> program is
-hard-wired as <filename>/bin/pwd</filename>.
-Create a symlink to account for that:</para>
-
-<para><screen><userinput>ln -s /static/bin/pwd /bin/pwd</userinput></screen></para>
-
<para>Prepare for header installation:</para>
<para><screen><userinput>make mrproper</userinput></screen></para>
@@ -67,7 +60,5 @@ failures. Create an empty <filename>autoconf.h</filename> file:</para>
<para>Since the <filename>/bin/pwd</filename> symlink we created earlier
was only temporary, it can now be removed:</para>
-<para><screen><userinput>rm /bin/pwd</userinput></screen></para>
-
</sect2>