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. on the linux-&kernel-version; directory to ensure all files are owned by user root. -Kernel header installation requires the pwd program. -In the kernel source the path to the pwd program is -hard-wired as /bin/pwd. -Create a symlink to account for that: - -ln -s /static/bin/pwd /bin/pwd - Prepare for header installation: make mrproper @@ -67,7 +60,5 @@ failures. Create an empty autoconf.h file: Since the /bin/pwd symlink we created earlier was only temporary, it can now be removed: -rm /bin/pwd -