Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: uml.xml
Date: Sat, 01 Mar 2008 19:24:25
Message-Id: E1JVXJm-00044L-Hf@stork.gentoo.org
1 jkt 08/03/01 19:24:22
2
3 Modified: uml.xml
4 Log:
5 #211997, /etc/env.d/00basic belongs to baselayout and shouldn't be touched
6
7 Revision Changes Path
8 1.30 xml/htdocs/doc/en/uml.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/uml.xml?r1=1.29&r2=1.30
13
14 Index: uml.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- uml.xml 29 Nov 2006 15:48:57 -0000 1.29
21 +++ uml.xml 1 Mar 2008 19:24:22 -0000 1.30
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.29 2006/11/29 15:48:57 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/uml.xml,v 1.30 2008/03/01 19:24:22 jkt Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -28,8 +28,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.15</version>
34 -<date>2006-11-17</date>
35 +<version>0.16</version>
36 +<date>2008-03-01</date>
37
38 <chapter>
39 <title>Obtaining User-Mode Linux</title>
40 @@ -89,17 +89,23 @@
41 </warn>
42
43 <p>
44 -Make sure that <path>/usr/local/bin</path> is in your path. Edit
45 -<path>/etc/env.d/00basic</path> to that the PATH variable contains
46 -<path>/usr/local/bin</path> and rerun <c>env-update</c>:
47 +On a default Gentoo system, <path>/usr/local/bin</path> is in your <c>$PATH</c>.
48 +If it isn't, you should find a definition of <c>PATH</c> in the
49 +<path>/etc/profile</path> and fix it:
50 </p>
51
52 -<pre caption="Editing 00basic">
53 -# <i>nano -w /etc/env.d/00basic</i>
54 -# <i>env-update</i>
55 -# <i>source /etc/profile</i>
56 +<pre caption="Verifying $PATH">
57 +$ <i>echo $PATH | grep /usr/local/bin</i>
58 </pre>
59
60 +<pre caption="Sample definition of $PATH in /etc/profile">
61 +PATH="/usr/local/bin:/usr/bin:/bin:${PATH}"
62 +</pre>
63 +
64 +<p>
65 +Don't forget to run <c>source /etc/profile</c> for the change to take effect.
66 +</p>
67 +
68 <p>
69 For the user-mode Linux kernel to properly boot a Gentoo system the
70 kernel needs to be configured to <e>not</e> automatically mount
71
72
73
74 --
75 gentoo-doc-cvs@l.g.o mailing list