diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 648db5997..7ddfc0c32 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,26 +6,6 @@ -August 26, 2003 [jeremy] - Chapter 07 - -Creating /etc/hosts: Changed www.mydomain.org to -<value of HOSTNAME>.mydomain.org - -August 26, 2003 [jeremy] - Chapter 04 - -Mounting the LFS partition: Added text regarding mounting -with too restrictive permissions. - -August 26, 2003 [jeremy] - Chapter 06 - -Creating Directories: Added the creation of the /dev/shm -directory. - -August 26, 2003 [jeremy] - Chapter 08 - -Creating fstab: Added the mount of tmpfs filesystem to -/dev/shm. - -August 26, 2003 [jeremy] - Chapter 08 - -Kernel Installation: Added a reminder to compile tmpfs -support into the kernel. - Upgraded to: automake-1.7.6 @@ -102,6 +82,18 @@ support into the kernel. +August 26th, 2003 [alex]: Chapter 06 & 08 - Moved the +installation of the kernel manpages from chapter 6 to 8. + +August 25th, 2003 [alex]: Chapter 06 - Rewrote the installation +text of Shadow and Util-Linux while correcting some typos. + +August 25th, 2003 [alex]: Chapter 05 & 06 - Made the +"Locking in" and "Re-adjusting" look similar. + +August 24th, 2003 [alex]: Chapter 04 - Merged the many little +files into one file. Gave packages and patches a separate page. + August 17th, 2003 [alex]: Chapter 05 - From Bash to Perl: put text in between commands. Added a section on stripping unneeded symbols to decrease the size of the tools. diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index d3843cbb2..b4d9ad8a9 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -63,7 +63,6 @@ &c6-tar; &c6-utillinux; &c6-gcc-2953; -&c6-kernel-manpages; &c6-revisedchroot; &c6-bootscripts; &c6-configure; diff --git a/chapter06/kernel-manpages-inst.xml b/chapter06/kernel-manpages-inst.xml deleted file mode 100644 index a9c4ca059..000000000 --- a/chapter06/kernel-manpages-inst.xml +++ /dev/null @@ -1,13 +0,0 @@ - -Installation of the kernel man pages - -Build the manual pages: - -make mandocs - -Install the manual pages: - -cp -a Documentation/man /usr/share/man/man9 - - - diff --git a/chapter06/kernel-manpages.xml b/chapter06/kernel-manpages.xml deleted file mode 100644 index 7a0fd0951..000000000 --- a/chapter06/kernel-manpages.xml +++ /dev/null @@ -1,12 +0,0 @@ - -Installing Linux-&kernel-version; man pages - - -Estimated build time: &kernel-manpages-time; -Estimated required disk space: &kernel-manpages-compsize; - -&aa-kernel-shortdesc; -&c6-kernel-manpages-inst; - - - diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml index 7b4c0b023..442bbc16f 100644 --- a/chapter08/kernel-inst.xml +++ b/chapter08/kernel-inst.xml @@ -31,10 +31,6 @@ system to the $LFS/usr/src/linux-&kernel-version; directory. -It's important to note that to be compliant with Posix shared memory -requirements, we must enable the tmpfs filesystem option, and mount a tmpfs -filesystem at /dev/shm. - Verify dependencies and create dependency information files: make CC=/opt/gcc-2.95.3/bin/gcc dep @@ -60,6 +56,15 @@ interest to you. make CC=/opt/gcc-2.95.3/bin/gcc modules_install +As nothing is complete without documentation, build the manual pages +that come with the kernel: + +make mandocs + +And install these pages: + +cp -a Documentation/man /usr/share/man/man9 + Kernel compilation has finished, but some of the files created still reside in the source tree. To complete the installation, two files should to be copied to the /boot diff --git a/entities/kernel.ent b/entities/kernel.ent index e52d89239..480143530 100644 --- a/entities/kernel.ent +++ b/entities/kernel.ent @@ -6,8 +6,6 @@ - - @@ -29,7 +27,5 @@ - -