public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Xavier Neys" <neysx@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml
Date: Thu, 25 Aug 2005 19:22:50 +0000	[thread overview]
Message-ID: <200508251921.j7PJLoaU031488@robin.gentoo.org> (raw)

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>



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



             reply	other threads:[~2005-08-25 19:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-25 19:22 Xavier Neys [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-04 17:36 [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml Xavier Neys
2008-01-04 17:36 Xavier Neys
2006-08-17  2:00 Josh Saddler
2006-06-21  1:51 Josh Saddler
2006-06-21  1:49 Josh Saddler
2005-08-25 19:22 Xavier Neys
2005-08-08 14:02 swift
2005-08-02  8:03 Sven Vermeulen
2005-08-02  8:03 Sven Vermeulen
2005-08-02  8:03 Sven Vermeulen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200508251921.j7PJLoaU031488@robin.gentoo.org \
    --to=neysx@lark.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox