nightmorph 11/03/16 07:43:58 Modified: hb-install-mips-system.xml hb-install-system.xml Log: use different bind mount, bug 253681
Revision Changes Path 1.9 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.8&r2=1.9 Index: hb-install-mips-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- hb-install-mips-system.xml 7 Jun 2010 09:01:11 -0000 1.8 +++ hb-install-mips-system.xml 16 Mar 2011 07:43:58 -0000 1.9 @@ -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-system.xml,v 1.8 2010/06/07 09:01:11 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.9 2011/03/16 07:43:58 nightmorph Exp $ --> <sections> -<version>9.1</version> -<date>2010-06-07</date> +<version>9.2</version> +<date>2011-03-16</date> <section> <title>Chrooting</title> @@ -44,7 +44,7 @@ <pre caption="Mounting /proc and /dev"> # <i>mount -t proc none /mnt/gentoo/proc</i> -# <i>mount -o bind /dev /mnt/gentoo/dev</i> +# <i>mount --rbind /dev /mnt/gentoo/dev</i> </pre> </body> 1.118 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.118&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.118&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.117&r2=1.118 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- hb-install-system.xml 14 Nov 2010 15:41:26 -0000 1.117 +++ hb-install-system.xml 16 Mar 2011 07:43:58 -0000 1.118 @@ -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-system.xml,v 1.117 2010/11/14 15:41:26 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.118 2011/03/16 07:43:58 nightmorph Exp $ --> <sections> @@ -14,8 +14,8 @@ to progress to that state. </abstract> -<version>10.5</version> -<date>2010-11-14</date> +<version>10.6</version> +<date>2011-03-16</date> <section> <title>Chrooting</title> @@ -96,7 +96,7 @@ <pre caption="Mounting /proc and /dev"> # <i>mount -t proc none /mnt/gentoo/proc</i> -# <i>mount -o bind /dev /mnt/gentoo/dev</i> +# <i>mount --rbind /dev /mnt/gentoo/dev</i> </pre> </body> @@ -114,8 +114,8 @@ <pre caption="Mounting /proc /sys and /dev"> # <i>mount -t proc none /mnt/gentoo/proc</i> -# <i>mount -o bind /dev /mnt/gentoo/dev</i> -# <i>mount -o bind /sys /mnt/gentoo/sys</i> +# <i>mount --rbind /dev /mnt/gentoo/dev</i> +# <i>mount --rbind /sys /mnt/gentoo/sys</i> </pre> </body>
