neysx       09/01/22 16:59:47

  Modified:             gentoo-x86-quickinstall-stage.xml
  Log:
  #256012 bind-mount /dev before chrooting

Revision  Changes    Path
1.7                  xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.6&r2=1.7

Index: gentoo-x86-quickinstall-stage.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gentoo-x86-quickinstall-stage.xml   1 Nov 2008 09:45:22 -0000       1.6
+++ gentoo-x86-quickinstall-stage.xml   22 Jan 2009 16:59:47 -0000      1.7
@@ -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.6 
2008/11/01 09:45:22 neysx Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.7 
2009/01/22 16:59:47 neysx Exp $ -->
 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
 
 <included>
 
-<version>6</version>
-<date>2008-11-01</date>
+<version>7</version>
+<date>2009-01-22</date>
 
 <section>
 <title>Setting Up The Stage</title>
@@ -81,13 +81,15 @@
 <body>
 
 <p>
-Mount the <path>/proc</path> file system, copy over the
-<path>/etc/resolv.conf</path> file, then chroot into your Gentoo environment.
+Mount the <path>/proc</path> &amp; <path>/dev</path> file systems, copy over
+the <path>/etc/resolv.conf</path> file, then chroot into your Gentoo
+environment.
 </p>
 
 <pre caption="Chroot">
 livecd usr # <i>cd /</i>
 livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
+licecd / # <i>mount -o bind /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 &amp;&amp; source /etc/profile</i>




Reply via email to