Gentoo Archives: gentoo-doc-cvs

From: "Lukasz Damentko (rane)" <rane@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: Sun, 15 Feb 2009 07:39:06
Message-Id: E1LYbai-00058e-F8@stork.gentoo.org
1 rane 09/02/15 07:39:04
2
3 Modified: gentoo-x86-quickinstall-stage.xml
4 Log:
5 fixing a typo (licecd -> livecd)
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml?r1=1.7&r2=1.8
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.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- gentoo-x86-quickinstall-stage.xml 22 Jan 2009 16:59:47 -0000 1.7
21 +++ gentoo-x86-quickinstall-stage.xml 15 Feb 2009 07:39:04 -0000 1.8
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.7 2009/01/22 16:59:47 neysx Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-stage.xml,v 1.8 2009/02/15 07:39:04 rane Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29 @@ -89,7 +89,7 @@
30 <pre caption="Chroot">
31 livecd usr # <i>cd /</i>
32 livecd / # <i>mount -t proc proc /mnt/gentoo/proc</i>
33 -licecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
34 +livecd / # <i>mount -o bind /dev /mnt/gentoo/dev</i>
35 livecd / # <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
36 livecd / # <i>chroot /mnt/gentoo /bin/bash</i>
37 livecd / # <i>env-update &amp;&amp; source /etc/profile</i>