Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-mips-system.xml hb-install-system.xml
Date: Fri, 27 Jul 2007 06:50:25
Message-Id: E1IEJHa-0003Az-J4@stork.gentoo.org
1 nightmorph 07/07/27 06:26:38
2
3 Modified: hb-install-mips-system.xml hb-install-system.xml
4 Log:
5 just copy the file to the dir rather than specifying the filename again. means fewer possible typos like resolve.conf -- suggested by mark_alec on IRC. also, this is already how it is in the quickinstall guides.
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.4&r2=1.5
13
14 Index: hb-install-mips-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- hb-install-mips-system.xml 7 May 2007 18:11:41 -0000 1.4
21 +++ hb-install-mips-system.xml 27 Jul 2007 06:26:38 -0000 1.5
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.4 2007/05/07 18:11:41 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.5 2007/07/27 06:26:38 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>8.0</version>
32 -<date>2007-05-07</date>
33 +<version>8.1</version>
34 +<date>2007-07-26</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -27,7 +27,7 @@
39
40 <pre caption="Copy over DNS information">
41 <comment>(The "-L" option is needed to make sure we don't copy a symbolic link)</comment>
42 -# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf</i>
43 +# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
44 </pre>
45
46 </body>
47
48
49
50 1.107 xml/htdocs/doc/en/handbook/hb-install-system.xml
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.107&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.107&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.106&r2=1.107
55
56 Index: hb-install-system.xml
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
59 retrieving revision 1.106
60 retrieving revision 1.107
61 diff -u -r1.106 -r1.107
62 --- hb-install-system.xml 7 May 2007 18:11:41 -0000 1.106
63 +++ hb-install-system.xml 27 Jul 2007 06:26:38 -0000 1.107
64 @@ -4,7 +4,7 @@
65 <!-- The content of this document is licensed under the CC-BY-SA license -->
66 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
67
68 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.106 2007/05/07 18:11:41 nightmorph Exp $ -->
69 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.107 2007/07/27 06:26:38 nightmorph Exp $ -->
70
71 <sections>
72
73 @@ -14,8 +14,8 @@
74 to progress to that state.
75 </abstract>
76
77 -<version>8.0</version>
78 -<date>2007-05-07</date>
79 +<version>8.1</version>
80 +<date>2007-07-26</date>
81
82 <section>
83 <title>Chrooting</title>
84 @@ -74,7 +74,7 @@
85
86 <pre caption="Copy over DNS information">
87 <comment>(The "-L" option is needed to make sure we don't copy a symbolic link)</comment>
88 -# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf</i>
89 +# <i>cp -L /etc/resolv.conf /mnt/gentoo/etc/</i>
90 </pre>
91
92 </body>
93
94
95
96 --
97 gentoo-doc-cvs@g.o mailing list