Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86-quickinstall-stage.xml
Date: Wed, 16 Mar 2011 07:49:50
Message-Id: 20110316074940.71D8E20054@flycatcher.gentoo.org
1 nightmorph 11/03/16 07:49:40
2
3 Modified: gentoo-x86-quickinstall-stage.xml
4 Log:
5 use different bind mount, bug 253681
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.11&r2=1.12
13
14 Index: gentoo-x86-quickinstall-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- gentoo-x86-quickinstall-stage.xml 4 Oct 2009 17:25:49 -0000 1.11
21 +++ gentoo-x86-quickinstall-stage.xml 16 Mar 2011 07:49:40 -0000 1.12
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.11 2009/10/04 17:25:49 nightmorph Exp $ -->
25 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.12 2011/03/16 07:49:40 nightmorph Exp $ -->
27
28 <included>
29
30 -<version>10</version>
31 -<date>2009-10-04</date>
32 +<version>11</version>
33 +<date>2011-03-16</date>
34
35 <section>
36 <title>Setting Up The Stage</title>
37 @@ -92,7 +92,7 @@
38 <pre caption="Chroot">
39 livecd usr # <i>cd /</i>
40 livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
41 -livecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
42 +livecd / # <i>mount --rbind /dev /mnt/gentoo/dev</i>
43 livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
44 livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
45 livecd / # <i>env-update &amp;&amp; source /etc/profile</i>