Author: matthew Date: 2005-11-26 14:47:11 -0700 (Sat, 26 Nov 2005) New Revision: 7191
Modified: branches/6.1.1/BOOK/chapter01/changelog.xml branches/6.1.1/BOOK/chapter08/fstab.xml Log: Merge r7190 from trunk (fixes bug 1662) Modified: branches/6.1.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1.1/BOOK/chapter01/changelog.xml 2005-11-26 21:41:18 UTC (rev 7190) +++ branches/6.1.1/BOOK/chapter01/changelog.xml 2005-11-26 21:47:11 UTC (rev 7191) @@ -43,6 +43,10 @@ </itemizedlist> </listitem> +<listitem><para>November 26, 2005 [matt]: Remove the incorrect note about not +having to dump/check a journalled filesystem (fixes bug 1662).</para> +</listitem> + <listitem><para>November 26, 2005 [manuel]: PDF fix.</para></listitem> <listitem><para>November 26, 2005 [manuel]: Chaged --strip-path to Modified: branches/6.1.1/BOOK/chapter08/fstab.xml =================================================================== --- branches/6.1.1/BOOK/chapter08/fstab.xml 2005-11-26 21:41:18 UTC (rev 7190) +++ branches/6.1.1/BOOK/chapter08/fstab.xml 2005-11-26 21:47:11 UTC (rev 7191) @@ -37,11 +37,6 @@ class="filesystem">ext2</systemitem>. For details on the six fields in this file, see <command>man 5 fstab</command>.</para> -<para>When using a journalling file system, the <parameter>1 -1</parameter> at the end of the line should be replaced with -<parameter>0 0</parameter> because such a partition does not need to -be dumped or checked.</para> - <para>The <filename class="directory">/dev/shm</filename> mount point for <systemitem class="filesystem">tmpfs</systemitem> is included to allow enabling POSIX-shared memory. The kernel must have the required -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
