nightmorph 11/03/16 07:49:40 Modified: gentoo-x86-quickinstall-stage.xml Log: use different bind mount, bug 253681
Revision Changes Path 1.12 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.11&r2=1.12 Index: gentoo-x86-quickinstall-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gentoo-x86-quickinstall-stage.xml 4 Oct 2009 17:25:49 -0000 1.11 +++ gentoo-x86-quickinstall-stage.xml 16 Mar 2011 07:49:40 -0000 1.12 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.11 2009/10/04 17:25:49 nightmorph Exp $ --> <!DOCTYPE included SYSTEM "/dtd/guide.dtd"> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.12 2011/03/16 07:49:40 nightmorph Exp $ --> <included> -<version>10</version> -<date>2009-10-04</date> +<version>11</version> +<date>2011-03-16</date> <section> <title>Setting Up The Stage</title> @@ -92,7 +92,7 @@ <pre caption="Chroot"> livecd usr # <i>cd /</i> livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i> -livecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i> +livecd / # <i>mount --rbind /dev /mnt/gentoo/dev</i> livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i> livecd / # <i>chroot /mnt/gentoo /bin/bash</i> livecd / # <i>env-update && source /etc/profile</i>
