From fbcfacd2f4ab3d6e0883bd8b5418dc20bdcad20d Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Wed, 27 Aug 2003 04:14:09 +0000 Subject: [PATCH] Reverting my past changes accidentally removed by Alex git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 21 +++++++++++++++++++++ chapter08/kernel-inst.xml | 4 ++++ 2 files changed, 25 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7ddfc0c32..5fbc47e6e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,27 @@ +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 diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml index 442bbc16f..1716466c4 100644 --- a/chapter08/kernel-inst.xml +++ b/chapter08/kernel-inst.xml @@ -31,6 +31,10 @@ 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