neysx       05/08/25 19:22:50

  Modified:    xml/htdocs/doc/en/handbook/2005.1 hb-install-alpha-disk.xml
                        hb-install-amd64-disk.xml hb-install-hppa-disk.xml
                        hb-install-ppc-disk.xml hb-install-ppc64-disk.xml
                        hb-install-sparc-disk.xml hb-install-x86-disk.xml
  Log:
  #103723 warning about mount -t ext3 not required anymore

Revision  Changes    Path
1.3       +3 -10     xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-alpha-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-alpha-disk.xml   8 Aug 2005 13:24:46 -0000       1.2
+++ hb-install-alpha-disk.xml   25 Aug 2005 19:22:50 -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/2005.1/hb-install-alpha-disk.xml,v
 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml,v
 1.3 2005/08/25 19:22:50 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-08-25</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -783,15 +783,8 @@
 example we mount the root and boot partition:
 </p>
 
-<warn>
-Due to a bug in the e2fsprogs package, you need to explicitly use 
-the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
-</warn>
-
 <pre caption="Mounting partitions">
 # <i>mount /dev/sda2 /mnt/gentoo</i>
-<comment>(For ext3 partitions:)</comment>
-# <i>mount -t ext3 /dev/sda2 /mnt/gentoo</i>
 </pre>
 
 <note>



1.3       +3 -11     xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-amd64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-amd64-disk.xml   8 Aug 2005 13:24:46 -0000       1.2
+++ hb-install-amd64-disk.xml   25 Aug 2005 19:22:50 -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/2005.1/hb-install-amd64-disk.xml,v
 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml,v
 1.3 2005/08/25 19:22:50 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-08-25</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -643,16 +643,8 @@
 example we mount the root and boot partition:
 </p>
 
-<warn>
-Due to a bug in the e2fsprogs package, you need to explicitly use 
-the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
-</warn>
-
 <pre caption="Mounting partitions">
 # <i>mount /dev/hda3 /mnt/gentoo</i>
-<comment>(For ext3 partitions:)</comment>
-# <i>mount -t ext3 /dev/hda3 /mnt/gentoo</i>
-
 # <i>mkdir /mnt/gentoo/boot</i>
 # <i>mount /dev/hda1 /mnt/gentoo/boot</i>
 </pre>



1.3       +3 -11     xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-hppa-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-hppa-disk.xml    8 Aug 2005 13:24:46 -0000       1.2
+++ hb-install-hppa-disk.xml    25 Aug 2005 19:22:50 -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/2005.1/hb-install-hppa-disk.xml,v
 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml,v
 1.3 2005/08/25 19:22:50 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-08-25</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -340,16 +340,8 @@
 example we mount the root and boot partition:
 </p>
 
-<warn>
-Due to a bug in the e2fsprogs package, you need to explicitly use 
-the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
-</warn>
-
 <pre caption="Mounting partitions">
 # <i>mount /dev/sda4 /mnt/gentoo</i>
-<comment>(For ext3 partitions:)</comment>
-# <i>mount -t ext3 /dev/sda4 /mnt/gentoo</i>
-
 # <i>mkdir /mnt/gentoo/boot</i>
 # <i>mount /dev/sda2 /mnt/gentoo/boot</i>
 </pre>



1.3       +3 -10     xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-ppc-disk.xml     8 Aug 2005 13:24:46 -0000       1.2
+++ hb-install-ppc-disk.xml     25 Aug 2005 19:22:50 -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/2005.1/hb-install-ppc-disk.xml,v 
1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml,v 
1.3 2005/08/25 19:22:50 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-08-25</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -511,16 +511,9 @@
 example we create a mount-point and mount the root partition:
 </p>
 
-<warn>
-Due to a bug in the e2fsprogs package, you need to explicitly use 
-the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
-</warn>
-
 <pre caption="Mounting partitions">
 # <i>mkdir /mnt/gentoo</i>
 # <i>mount /dev/hda4 /mnt/gentoo</i>
-<comment>(For ext3 partitions:)</comment>
-# <i>mount -t ext3 /dev/hda4 /mnt/gentoo</i>
 </pre>
 
 <note>



1.2       +3 -8      xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo

Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ppc64-disk.xml   8 Aug 2005 13:21:15 -0000       1.1
+++ hb-install-ppc64-disk.xml   25 Aug 2005 19:22:50 -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/2005.1/hb-install-ppc64-disk.xml,v
 1.1 2005/08/08 13:21:15 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml,v
 1.2 2005/08/25 19:22:50 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-08-25</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -701,11 +701,6 @@
 example we create a mount-point and mount the root and boot partition:
 </p>
 
-<warn>
-Due to a bug in the e2fsprogs package, you need to explicitly use 
-the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
-</warn>
-
 <pre caption="Mounting partitions">
 # <i>mkdir /mnt/gentoo</i>
 # <i>mount /dev/sda4 /mnt/gentoo</i> 



1.3       +3 -11     xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-sparc-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-sparc-disk.xml   8 Aug 2005 13:24:46 -0000       1.2
+++ hb-install-sparc-disk.xml   25 Aug 2005 19:22:50 -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/2005.1/hb-install-sparc-disk.xml,v
 1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml,v
 1.3 2005/08/25 19:22:50 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-08-25</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -603,16 +603,8 @@
 example:
 </p>
 
-<warn>
-Due to a bug in the e2fsprogs package, you need to explicitly use 
-the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
-</warn>
-
 <pre caption="Mounting partitions">
 # <i>mount /dev/sda1 /mnt/gentoo</i>
-<comment>(For an ext3 partition:)</comment>
-# <i>mount -t ext3 /dev/sda1 /mnt/gentoo</i>
-
 # <i>mkdir /mnt/gentoo/usr</i>
 # <i>mount /dev/sda4 /mnt/gentoo/usr</i>
 # <i>mkdir /mnt/gentoo/var</i>



1.3       +3 -11     xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo

Index: hb-install-x86-disk.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-x86-disk.xml     8 Aug 2005 13:24:46 -0000       1.2
+++ hb-install-x86-disk.xml     25 Aug 2005 19:22:50 -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/2005.1/hb-install-x86-disk.xml,v 
1.2 2005/08/08 13:24:46 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml,v 
1.3 2005/08/25 19:22:50 neysx Exp $ -->
 
 <sections>
 
-<version>5.0</version>
-<date>2005-08-08</date>
+<version>5.1</version>
+<date>2005-08-25</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -650,16 +650,8 @@
 example we mount the root and boot partition:
 </p>
 
-<warn>
-Due to a bug in the e2fsprogs package, you need to explicitly use 
-the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
-</warn>
-
 <pre caption="Mounting partitions">
 # <i>mount /dev/hda3 /mnt/gentoo</i>
-<comment>(For an ext3 partition:)</comment>
-# <i>mount -t ext3 /dev/hda3 /mnt/gentoo</i>
-
 # <i>mkdir /mnt/gentoo/boot</i>
 # <i>mount /dev/hda1 /mnt/gentoo/boot</i>
 </pre>



-- 
[email protected] mailing list

Reply via email to