nightmorph 06/08/17 09:49:59 Modified: hb-install-ppc-disk.xml hb-install-ppc64-disk.xml Log: Fixed mount command for bug 143048
Revision Changes Path 1.4 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml?r1=1.3&r2=1.4 Index: hb-install-ppc-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- hb-install-ppc-disk.xml 17 Aug 2006 02:09:33 -0000 1.3 +++ hb-install-ppc-disk.xml 17 Aug 2006 09:49:59 -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/draft/2006.1/hb-install-ppc-disk.xml,v 1.3 2006/08/17 02:09:33 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc-disk.xml,v 1.4 2006/08/17 09:49:59 nightmorph Exp $ --> <sections> <version>6.2</version> -<date>2006-08-16</date> +<date>2006-08-17</date> <section> <title>Introduction to Block Devices</title> @@ -508,13 +508,11 @@ <p> Now that your partitions are initialized and are housing a filesystem, it is -time to mount those partitions. Use the <c>mount</c> command. Don't forget to -create the necessary mount directories for every partition you created. As an -example we create a mount-point and mount the root partition: +time to mount those partitions. Use the <c>mount</c> command. As an example we +mount the root partition: </p> <pre caption="Mounting partitions"> -# <i>mkdir /mnt/gentoo</i> # <i>mount /dev/hda4 /mnt/gentoo</i> </pre> 1.3 xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml?r1=1.2&r2=1.3 Index: hb-install-ppc64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hb-install-ppc64-disk.xml 17 Aug 2006 02:09:33 -0000 1.2 +++ hb-install-ppc64-disk.xml 17 Aug 2006 09:49:59 -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/draft/2006.1/hb-install-ppc64-disk.xml,v 1.2 2006/08/17 02:09:33 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/2006.1/hb-install-ppc64-disk.xml,v 1.3 2006/08/17 09:49:59 nightmorph Exp $ --> <sections> <version>6.0</version> -<date>2006-08-16</date> +<date>2006-08-17</date> <section> <title>Introduction to Block Devices</title> @@ -703,13 +703,11 @@ <p> Now that your partitions are initialized and are housing a filesystem, it is -time to mount those partitions. Use the <c>mount</c> command. Don't forget to -create the necessary mount directories for every partition you created. As an -example we create a mount-point and mount the root and boot partition: +time to mount those partitions. Use the <c>mount</c> command. As an example we +mount the root partition: </p> <pre caption="Mounting partitions"> -# <i>mkdir /mnt/gentoo</i> # <i>mount /dev/sda4 /mnt/gentoo</i> </pre> -- [email protected] mailing list
