From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q0DXB-00083N-JR for garchives@archives.gentoo.org; Thu, 17 Mar 2011 13:46:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E0E31C010; Thu, 17 Mar 2011 13:46:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6C8151C010 for ; Thu, 17 Mar 2011 13:46:20 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 987FF1B4093 for ; Thu, 17 Mar 2011 13:46:18 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 578) id 4153C20054; Thu, 17 Mar 2011 13:46:17 +0000 (UTC) From: "John Christian Stoddart (chiguire)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chiguire@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: gentoo-x86-quickinstall-stage.xml X-VCS-Repository: gentoo X-VCS-Files: gentoo-x86-quickinstall-stage.xml X-VCS-Directories: xml/htdocs/doc/es X-VCS-Committer: chiguire X-VCS-Committer-Name: John Christian Stoddart Content-Type: text/plain; charset=utf8 Message-Id: <20110317134617.4153C20054@flycatcher.gentoo.org> Date: Thu, 17 Mar 2011 13:46:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5c57b6476fda7fa122af8804e6fcd74c chiguire 11/03/17 13:46:17 Modified: gentoo-x86-quickinstall-stage.xml Log: use different bind mount Revision Changes Path 1.9 xml/htdocs/doc/es/gentoo-x86-quickinstall-stage.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/gent= oo-x86-quickinstall-stage.xml?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/gent= oo-x86-quickinstall-stage.xml?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/gent= oo-x86-quickinstall-stage.xml?r1=3D1.8&r2=3D1.9 Index: gentoo-x86-quickinstall-stage.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/gentoo-x86-quickinstall-s= tage.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gentoo-x86-quickinstall-stage.xml 5 Oct 2009 12:35:57 -0000 1.8 +++ gentoo-x86-quickinstall-stage.xml 17 Mar 2011 13:46:17 -0000 1.9 @@ -1,11 +1,11 @@ - + =20 =20 -10 -2009-10-04 +11 +2011-03-16 =20
Configurando el escenario (stage) @@ -98,6 +98,7 @@
 livecd usr # cd /
 livecd / # mount -t proc proc /mnt/gentoo/proc
+livecd / # mount --rbind /dev /mnt/gentoo/dev
 livecd / # cp -L /etc/resolv.conf /mnt/gentoo/etc/
 livecd / # chroot /mnt/gentoo /bin/bash
 livecd / # env-update && source /etc/profile