public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-disk.xml
@ 2006-08-17  1:55 Josh Saddler
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Saddler @ 2006-08-17  1:55 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/08/17 01:55:35

  Modified:             hb-install-x86+amd64-disk.xml
  Log:
  removed dir_index instructions, since it's included in the default mke2fs.conf and overrides other good options. bug 101034

Revision  Changes    Path
1.2                  xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml?r1=1.1&r2=1.2

Index: hb-install-x86+amd64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-x86+amd64-disk.xml	13 Aug 2006 08:43:00 -0000	1.1
+++ hb-install-x86+amd64-disk.xml	17 Aug 2006 01:55:35 -0000	1.2
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v 1.1 2006/08/13 08:43:00 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v 1.2 2006/08/17 01:55:35 nightmorph Exp $ -->
 
 <sections>
 
 <version>2.6</version>
-<date>2006-08-13</date>
+<date>2006-08-16</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -532,10 +532,7 @@
 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
 journaling for fast recovery in addition to other enhanced journaling modes like
 full data and ordered data journaling. ext3 is a very good and reliable
-filesystem. It has an additional hashed b-tree indexing option that enables 
-high performance in almost all situations. You can enable this indexing by
-adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an 
-excellent filesystem.
+filesystem.
 </p>
 
 <p>
@@ -586,7 +583,7 @@
 </tr>
 <tr>
   <ti>ext3</ti>
-  <ti><c>mke2fs -j -O dir_index</c></ti>
+  <ti><c>mke2fs -j</c></ti>
 </tr>
 <tr>
   <ti>reiserfs</ti>
@@ -610,7 +607,7 @@
 
 <pre caption="Applying a filesystem on a partition">
 # <i>mke2fs /dev/hda1</i>
-# <i>mke2fs -j -O dir_index /dev/hda3</i>
+# <i>mke2fs -j /dev/hda3</i>
 </pre>
 
 <p>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-disk.xml
@ 2006-11-02 20:55 Josh Saddler
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Saddler @ 2006-11-02 20:55 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/11/02 20:55:33

  Modified:             hb-install-x86+amd64-disk.xml
  Log:
  dangit, forgot to revbump for the last commit. fixed, sorry.

Revision  Changes    Path
1.6                  xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.5&r2=1.6

Index: hb-install-x86+amd64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-x86+amd64-disk.xml	2 Nov 2006 20:49:38 -0000	1.5
+++ hb-install-x86+amd64-disk.xml	2 Nov 2006 20:55:33 -0000	1.6
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.5 2006/11/02 20:49:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.6 2006/11/02 20:55:33 nightmorph Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 This chapter describes how to partition a disk for future usage.
 </abstract>
 
-<version>4.0</version>
-<date>2006-08-30</date>
+<version>4.1</version>
+<date>2006-11-02</date>
 
 <section>
 <title>Introduction to Block Devices</title>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-02 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-17  1:55 [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-disk.xml Josh Saddler
  -- strict thread matches above, loose matches on Subject: below --
2006-11-02 20:55 Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox