neysx 05/08/25 19:22:50
Modified: xml/htdocs/doc/en/handbook hb-install-alpha-disk.xml
hb-install-amd64-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.20 +3 -10 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-install-alpha-disk.xml 2 Aug 2005 08:03:53 -0000 1.19
+++ hb-install-alpha-disk.xml 25 Aug 2005 19:22:50 -0000 1.20
@@ -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.19
2005/08/02 08:03:53 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.20
2005/08/25 19:22:50 neysx Exp $ -->
<sections>
-<version>2.2</version>
-<date>2005-08-02</date>
+<version>2.3</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.22 +3 -8 xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo
Index: hb-install-amd64-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-amd64-disk.xml 2 Aug 2005 08:03:53 -0000 1.21
+++ hb-install-amd64-disk.xml 25 Aug 2005 19:22:50 -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-amd64-disk.xml,v 1.21
2005/08/02 08:03:53 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v 1.22
2005/08/25 19:22:50 neysx Exp $ -->
<sections>
-<version>2.3</version>
-<date>2005-08-02</date>
+<version>2.4</version>
+<date>2005-08-25</date>
<section>
<title>Introduction to Block Devices</title>
@@ -645,11 +645,6 @@
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>
# <i>mkdir /mnt/gentoo/boot</i>
1.32 +3 -10 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo
Index: hb-install-ppc-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- hb-install-ppc-disk.xml 9 Aug 2005 09:43:58 -0000 1.31
+++ hb-install-ppc-disk.xml 25 Aug 2005 19:22:50 -0000 1.32
@@ -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-ppc-disk.xml,v 1.31
2005/08/09 09:43:58 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.32
2005/08/25 19:22:50 neysx Exp $ -->
<sections>
-<version>2.3</version>
-<date>2005-08-09</date>
+<version>2.4</version>
+<date>2005-08-25</date>
<section>
<title>Introduction to Block Devices</title>
@@ -512,16 +512,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.21 +3 -8 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-ppc64-disk.xml 2 Aug 2005 08:03:53 -0000 1.20
+++ hb-install-ppc64-disk.xml 25 Aug 2005 19:22:50 -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-ppc64-disk.xml,v 1.20
2005/08/02 08:03:53 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.21
2005/08/25 19:22:50 neysx Exp $ -->
<sections>
-<version>2.4</version>
-<date>2005-08-02</date>
+<version>2.5</version>
+<date>2005-08-25</date>
<section>
<title>Introduction to Block Devices</title>
@@ -703,11 +703,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.22 +3 -8 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo
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.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-sparc-disk.xml 2 Aug 2005 08:03:53 -0000 1.21
+++ hb-install-sparc-disk.xml 25 Aug 2005 19:22:50 -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-sparc-disk.xml,v 1.21
2005/08/02 08:03:53 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.22
2005/08/25 19:22:50 neysx Exp $ -->
<sections>
-<version>2.3</version>
-<date>2005-08-02</date>
+<version>2.4</version>
+<date>2005-08-25</date>
<section>
<title>Introduction to Block Devices</title>
@@ -603,11 +603,6 @@
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>
# <i>mkdir /mnt/gentoo/usr</i>
1.24 +3 -8 xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml
file :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.24&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain:
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.24&content-type=text/plain&cvsroot=gentoo
diff :
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml.diff?r1=1.23&r2=1.24&cvsroot=gentoo
Index: hb-install-x86-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-install-x86-disk.xml 2 Aug 2005 08:03:53 -0000 1.23
+++ hb-install-x86-disk.xml 25 Aug 2005 19:22:50 -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-x86-disk.xml,v 1.23
2005/08/02 08:03:53 swift Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v 1.24
2005/08/25 19:22:50 neysx Exp $ -->
<sections>
-<version>2.3</version>
-<date>2005-08-02</date>
+<version>2.4</version>
+<date>2005-08-25</date>
<section>
<title>Introduction to Block Devices</title>
@@ -651,11 +651,6 @@
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>
# <i>mkdir /mnt/gentoo/boot</i>
--
[email protected] mailing list