浏览代码

Reverting my past changes accidentally removed by Alex

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 22 年之前
父节点
当前提交
fbcfacd2f4
共有 2 个文件被更改,包括 25 次插入0 次删除
  1. 21 0
      chapter01/changelog.xml
  2. 4 0
      chapter08/kernel-inst.xml

+ 21 - 0
chapter01/changelog.xml

@@ -6,6 +6,27 @@
 
 
 <itemizedlist>
 <itemizedlist>
 
 
+<listitem><para>August 26, 2003 [jeremy] - Chapter 07 -
+Creating /etc/hosts: Changed www.mydomain.org to
+&lt;value of HOSTNAME&gt;.mydomain.org</para></listitem>
+                                                                                
+<listitem><para>August 26, 2003 [jeremy] - Chapter 04 -
+Mounting the LFS partition: Added text regarding mounting
+with too restrictive permissions.</para></listitem>
+                                                                                
+<listitem><para>August 26, 2003 [jeremy] - Chapter 06 -
+Creating Directories: Added the creation of the /dev/shm
+directory.</para></listitem>
+                                                                                
+<listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
+Creating fstab: Added the mount of tmpfs filesystem to
+/dev/shm.</para></listitem>
+                                                                                
+<listitem><para>August 26, 2003 [jeremy] - Chapter 08 -
+Kernel Installation: Added a reminder to compile tmpfs
+support into the kernel.</para></listitem>
+
+
 <listitem><para>Upgraded to:
 <listitem><para>Upgraded to:
 <itemizedlist>
 <itemizedlist>
 <listitem><para>automake-1.7.6</para></listitem>
 <listitem><para>automake-1.7.6</para></listitem>

+ 4 - 0
chapter08/kernel-inst.xml

@@ -31,6 +31,10 @@ system to the
 <filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>
 <filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>
 directory.</para>
 directory.</para>
 
 
+<para>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.</para>
+
 <para>Verify dependencies and create dependency information files:</para>
 <para>Verify dependencies and create dependency information files:</para>
 
 
 <para><screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc dep</userinput></screen></para>
 <para><screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc dep</userinput></screen></para>