* [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml
@ 2007-02-16 13:45 Xavier Neys
0 siblings, 0 replies; 2+ messages in thread
From: Xavier Neys @ 2007-02-16 13:45 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 07/02/16 13:45:39
Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml
hb-install-hppa-disk.xml hb-install-ia64-disk.xml
hb-install-mips-disk.xml hb-install-ppc64-disk.xml
hb-install-sparc-disk.xml
hb-install-x86+amd64-disk.xml
Log:
Removing -O dir_index was not clever.
It'll have to be removed for 2007.0 though.
Revision Changes Path
1.24 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.23&r2=1.24
Index: hb-install-alpha-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-install-alpha-disk.xml 2 Nov 2006 20:49:38 -0000 1.23
+++ hb-install-alpha-disk.xml 16 Feb 2007 13:45:39 -0000 1.24
@@ -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/hb-install-alpha-disk.xml,v 1.23 2006/11/02 20:49:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.24 2007/02/16 13:45:39 neysx Exp $ -->
<sections>
-<version>7.1</version>
-<date>2006-11-02</date>
+<version>7.2</version>
+<date>2007-02-16</date>
<section>
<title>Introduction to Block Devices</title>
@@ -738,7 +738,7 @@
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mke2fs -j /dev/sda2</i>
+# <i>mke2fs -j -O dir_index /dev/sda2</i>
</pre>
<p>
1.4 xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.3&r2=1.4
Index: hb-install-arm-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-arm-disk.xml 2 Nov 2006 20:49:38 -0000 1.3
+++ hb-install-arm-disk.xml 16 Feb 2007 13:45:39 -0000 1.4
@@ -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/hb-install-arm-disk.xml,v 1.3 2006/11/02 20:49:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.4 2007/02/16 13:45:39 neysx Exp $ -->
<sections>
-<version>4.1</version>
-<date>2006-11-02</date>
+<version>4.2</version>
+<date>2007-02-16</date>
<!-- TODO: Add section about MTD and such -->
@@ -596,7 +596,7 @@
<pre caption="Applying a filesystem on a partition">
# <i>mke2fs /dev/hda1</i>
-# <i>mke2fs -j /dev/hda3</i>
+# <i>mke2fs -j -O dir_index /dev/hda3</i>
</pre>
<p>
1.21 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.20&r2=1.21
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-hppa-disk.xml 2 Nov 2006 20:49:38 -0000 1.20
+++ hb-install-hppa-disk.xml 16 Feb 2007 13:45:39 -0000 1.21
@@ -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/hb-install-hppa-disk.xml,v 1.20 2006/11/02 20:49:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.21 2007/02/16 13:45:39 neysx Exp $ -->
<sections>
-<version>7.1</version>
-<date>2006-11-02</date>
+<version>7.2</version>
+<date>2007-02-16</date>
<section>
<title>Introduction to Block Devices</title>
@@ -290,7 +290,7 @@
<pre caption="Applying a filesystem on a partition">
# <i>mke2fs /dev/sda2</i>
-# <i>mke2fs -j /dev/sda4</i>
+# <i>mke2fs -j -O dir_index /dev/sda4</i>
</pre>
<p>
1.3 xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.2&r2=1.3
Index: hb-install-ia64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ia64-disk.xml 2 Nov 2006 20:49:38 -0000 1.2
+++ hb-install-ia64-disk.xml 16 Feb 2007 13:45:39 -0000 1.3
@@ -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/hb-install-ia64-disk.xml,v 1.2 2006/11/02 20:49:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.3 2007/02/16 13:45:39 neysx Exp $ -->
<sections>
-<version>2.3</version>
-<date>2006-11-02</date>
+<version>2.4</version>
+<date>2007-02-16</date>
<section>
<title>Introduction to Block Devices</title>
@@ -559,7 +559,7 @@
# <i>mkdosfs /dev/sda1</i>
mkdosfs 2.10 (22 Sep 2003)
-# <i>mke2fs -j /dev/sda3</i>
+# <i>mke2fs -j -O dir_index /dev/sda3</i>
mke2fs 1.36 (05-Feb-2005)
Filesystem label=
OS type: Linux
1.22 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.21&r2=1.22
Index: hb-install-mips-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-mips-disk.xml 2 Nov 2006 20:49:38 -0000 1.21
+++ hb-install-mips-disk.xml 16 Feb 2007 13:45:39 -0000 1.22
@@ -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/hb-install-mips-disk.xml,v 1.21 2006/11/02 20:49:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.22 2007/02/16 13:45:39 neysx Exp $ -->
<sections>
-<version>1.15</version>
-<date>2006-11-02</date>
+<version>1.16</version>
+<date>2007-02-16</date>
<section>
<title>Introduction to Block Devices</title>
@@ -640,7 +640,7 @@
<pre caption="Applying a filesystem on a partition">
# <i>mke2fs /dev/sda1</i>
-# <i>mke2fs -j /dev/sda3</i>
+# <i>mke2fs -j -O dir_index /dev/sda3</i>
</pre>
<p>
1.28 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.27&r2=1.28
Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-ppc64-disk.xml 2 Nov 2006 20:49:38 -0000 1.27
+++ hb-install-ppc64-disk.xml 16 Feb 2007 13:45:39 -0000 1.28
@@ -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/hb-install-ppc64-disk.xml,v 1.27 2006/11/02 20:49:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.28 2007/02/16 13:45:39 neysx Exp $ -->
<sections>
-<version>7.1</version>
-<date>2006-11-02</date>
+<version>7.2</version>
+<date>2007-02-16</date>
<section>
<title>Introduction to Block Devices</title>
@@ -695,7 +695,7 @@
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mke2fs -j /dev/sda4</i>
+# <i>mke2fs -j -O dir_index /dev/sda4</i>
</pre>
<p>
1.28 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.27&r2=1.28
Index: hb-install-sparc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- hb-install-sparc-disk.xml 2 Nov 2006 20:49:38 -0000 1.27
+++ hb-install-sparc-disk.xml 16 Feb 2007 13:45:39 -0000 1.28
@@ -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/hb-install-sparc-disk.xml,v 1.27 2006/11/02 20:49:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.28 2007/02/16 13:45:39 neysx Exp $ -->
<sections>
-<version>3.1</version>
-<date>2006-11-02</date>
+<version>3.2</version>
+<date>2007-02-16</date>
<section>
<title>Introduction to Block Devices</title>
@@ -553,9 +553,9 @@
<pre caption="Applying a filesystem on a partition">
# <i>mke2fs /dev/sda1</i>
-# <i>mke2fs -j /dev/sda4</i>
-# <i>mke2fs -j /dev/sda5</i>
-# <i>mke2fs -j /dev/sda6</i>
+# <i>mke2fs -j -O dir_index /dev/sda4</i>
+# <i>mke2fs -j -O dir_index /dev/sda5</i>
+# <i>mke2fs -j -O dir_index /dev/sda6</i>
</pre>
</body>
1.7 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.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.7&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.6&r2=1.7
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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-x86+amd64-disk.xml 2 Nov 2006 20:55:33 -0000 1.6
+++ hb-install-x86+amd64-disk.xml 16 Feb 2007 13:45:39 -0000 1.7
@@ -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.6 2006/11/02 20:55:33 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.7 2007/02/16 13:45:39 neysx Exp $ -->
<sections>
@@ -13,8 +13,8 @@
This chapter describes how to partition a disk for future usage.
</abstract>
-<version>4.1</version>
-<date>2006-11-02</date>
+<version>4.2</version>
+<date>2007-02-16</date>
<section>
<title>Introduction to Block Devices</title>
@@ -613,7 +613,7 @@
<pre caption="Applying a filesystem on a partition">
# <i>mke2fs /dev/hda1</i>
-# <i>mke2fs -j /dev/hda3</i>
+# <i>mke2fs -j -O dir_index /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-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml
@ 2007-03-14 7:31 Josh Saddler
0 siblings, 0 replies; 2+ messages in thread
From: Josh Saddler @ 2007-03-14 7:31 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/03/14 07:31:43
Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml
hb-install-hppa-disk.xml hb-install-ia64-disk.xml
hb-install-mips-disk.xml hb-install-ppc64-disk.xml
hb-install-sparc-disk.xml
hb-install-x86+amd64-disk.xml
Log:
dir_index is on by default for this release, bug 101034
Revision Changes Path
1.14 xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml?r1=1.13&r2=1.14
Index: hb-install-alpha-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hb-install-alpha-disk.xml 14 Mar 2007 06:24:40 -0000 1.13
+++ hb-install-alpha-disk.xml 14 Mar 2007 07:31:43 -0000 1.14
@@ -4,11 +4,11 @@
<!-- 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-alpha-disk.xml,v 1.13 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-alpha-disk.xml,v 1.14 2007/03/14 07:31:43 nightmorph Exp $ -->
<sections>
-<version>7.2</version>
+<version>8.0</version>
<date>2007-02-16</date>
<section>
@@ -738,7 +738,7 @@
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mke2fs -j -O dir_index /dev/sda2</i>
+# <i>mke2fs -j /dev/sda2</i>
</pre>
<p>
1.2 xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-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-arm-disk.xml?r1=1.1&r2=1.2
Index: hb-install-arm-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-arm-disk.xml 14 Mar 2007 06:24:40 -0000 1.1
+++ hb-install-arm-disk.xml 14 Mar 2007 07:31:43 -0000 1.2
@@ -4,11 +4,11 @@
<!-- 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-arm-disk.xml,v 1.1 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-arm-disk.xml,v 1.2 2007/03/14 07:31:43 nightmorph Exp $ -->
<sections>
-<version>4.2</version>
+<version>5.0</version>
<date>2007-02-16</date>
<!-- TODO: Add section about MTD and such -->
@@ -596,7 +596,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>
1.12 xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml?r1=1.11&r2=1.12
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hb-install-hppa-disk.xml 14 Mar 2007 06:24:40 -0000 1.11
+++ hb-install-hppa-disk.xml 14 Mar 2007 07:31:43 -0000 1.12
@@ -4,11 +4,11 @@
<!-- 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-hppa-disk.xml,v 1.11 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-hppa-disk.xml,v 1.12 2007/03/14 07:31:43 nightmorph Exp $ -->
<sections>
-<version>7.2</version>
+<version>8.0</version>
<date>2007-02-16</date>
<section>
@@ -290,7 +290,7 @@
<pre caption="Applying a filesystem on a partition">
# <i>mke2fs /dev/sda2</i>
-# <i>mke2fs -j -O dir_index /dev/sda4</i>
+# <i>mke2fs -j /dev/sda4</i>
</pre>
<p>
1.2 xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-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-ia64-disk.xml?r1=1.1&r2=1.2
Index: hb-install-ia64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ia64-disk.xml 14 Mar 2007 06:24:40 -0000 1.1
+++ hb-install-ia64-disk.xml 14 Mar 2007 07:31:43 -0000 1.2
@@ -4,11 +4,11 @@
<!-- 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-ia64-disk.xml,v 1.1 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ia64-disk.xml,v 1.2 2007/03/14 07:31:43 nightmorph Exp $ -->
<sections>
-<version>2.4</version>
+<version>3.0</version>
<date>2007-02-16</date>
<section>
@@ -557,30 +557,7 @@
<pre caption="Applying a filesystem on a partition">
# <i>mkdosfs /dev/sda1</i>
-mkdosfs 2.10 (22 Sep 2003)
-
-# <i>mke2fs -j -O dir_index /dev/sda3</i>
-mke2fs 1.36 (05-Feb-2005)
-Filesystem label=
-OS type: Linux
-Block size=4096 (log=2)
-Fragment size=4096 (log=2)
-4382336 inodes, 8752348 blocks
-437617 blocks (5.00%) reserved for the super user
-First data block=0
-268 block groups
-32768 blocks per group, 32768 fragments per group
-16352 inodes per group
-Superblock backups stored on blocks:
- 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
- 4096000, 7962624
-
-Writing inode tables: done
-Creating journal (8192 blocks): done
-Writing superblocks and filesystem accounting information: done
-
-This filesystem will be automatically checked every 26 mounts or
-180 days, whichever comes first. Use tune2fs -c or -i to override.
+# <i>mke2fs -j /dev/sda3</i>
</pre>
</body>
1.13 xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml?r1=1.12&r2=1.13
Index: hb-install-mips-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-install-mips-disk.xml 14 Mar 2007 06:24:40 -0000 1.12
+++ hb-install-mips-disk.xml 14 Mar 2007 07:31:43 -0000 1.13
@@ -4,11 +4,11 @@
<!-- 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-mips-disk.xml,v 1.12 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-disk.xml,v 1.13 2007/03/14 07:31:43 nightmorph Exp $ -->
<sections>
-<version>1.16</version>
+<version>2.0</version>
<date>2007-02-16</date>
<section>
@@ -640,7 +640,7 @@
<pre caption="Applying a filesystem on a partition">
# <i>mke2fs /dev/sda1</i>
-# <i>mke2fs -j -O dir_index /dev/sda3</i>
+# <i>mke2fs -j /dev/sda3</i>
</pre>
<p>
1.16 xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml?r1=1.15&r2=1.16
Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-ppc64-disk.xml 14 Mar 2007 06:24:40 -0000 1.15
+++ hb-install-ppc64-disk.xml 14 Mar 2007 07:31:43 -0000 1.16
@@ -4,11 +4,11 @@
<!-- 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-ppc64-disk.xml,v 1.15 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc64-disk.xml,v 1.16 2007/03/14 07:31:43 nightmorph Exp $ -->
<sections>
-<version>7.2</version>
+<version>8.0</version>
<date>2007-02-16</date>
<section>
@@ -695,7 +695,7 @@
</p>
<pre caption="Applying a filesystem on a partition">
-# <i>mke2fs -j -O dir_index /dev/sda4</i>
+# <i>mke2fs -j /dev/sda4</i>
</pre>
<p>
1.16 xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml?r1=1.15&r2=1.16
Index: hb-install-sparc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hb-install-sparc-disk.xml 14 Mar 2007 06:24:40 -0000 1.15
+++ hb-install-sparc-disk.xml 14 Mar 2007 07:31:43 -0000 1.16
@@ -4,11 +4,11 @@
<!-- 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-sparc-disk.xml,v 1.15 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-sparc-disk.xml,v 1.16 2007/03/14 07:31:43 nightmorph Exp $ -->
<sections>
-<version>3.2</version>
+<version>4.0</version>
<date>2007-02-16</date>
<section>
@@ -553,9 +553,9 @@
<pre caption="Applying a filesystem on a partition">
# <i>mke2fs /dev/sda1</i>
-# <i>mke2fs -j -O dir_index /dev/sda4</i>
-# <i>mke2fs -j -O dir_index /dev/sda5</i>
-# <i>mke2fs -j -O dir_index /dev/sda6</i>
+# <i>mke2fs -j /dev/sda4</i>
+# <i>mke2fs -j /dev/sda5</i>
+# <i>mke2fs -j /dev/sda6</i>
</pre>
</body>
1.6 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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/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/draft/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/draft/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 14 Mar 2007 06:24:40 -0000 1.5
+++ hb-install-x86+amd64-disk.xml 14 Mar 2007 07:31:43 -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/draft/hb-install-x86+amd64-disk.xml,v 1.5 2007/03/14 06:24:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-x86+amd64-disk.xml,v 1.6 2007/03/14 07:31:43 nightmorph Exp $ -->
<sections>
@@ -13,7 +13,7 @@
This chapter describes how to partition a disk for future usage.
</abstract>
-<version>4.2</version>
+<version>5.0</version>
<date>2007-02-16</date>
<section>
@@ -613,7 +613,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
end of thread, other threads:[~2007-03-14 7:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-16 13:45 [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml Xavier Neys
-- strict thread matches above, loose matches on Subject: below --
2007-03-14 7:31 Josh Saddler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox