Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/vps: vserver-howto.xml
Date: Tue, 03 Mar 2009 15:16:49
Message-Id: E1LeWMR-0006S5-Bi@stork.gentoo.org
1 hollow 09/03/03 15:16:47
2
3 Modified: vserver-howto.xml
4 Log:
5 update baselayout-2 note and stage3 url
6
7 Revision Changes Path
8 1.11 xml/htdocs/proj/en/vps/vserver-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml?r1=1.10&r2=1.11
13
14 Index: vserver-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- vserver-howto.xml 29 Mar 2007 21:21:18 -0000 1.10
21 +++ vserver-howto.xml 3 Mar 2009 15:16:47 -0000 1.11
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml,v 1.10 2007/03/29 21:21:18 hollow Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/vps/vserver-howto.xml,v 1.11 2009/03/03 15:16:47 hollow Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/proj/en/vps/vserver-howto.xml">
29 @@ -21,8 +21,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.10</version>
34 -<date>2007-03-26</date>
35 +<version>1.11</version>
36 +<date>2008-03-03</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -195,20 +195,20 @@
41 <p>
42 Since many hardware related commands are not available inside a virtual server,
43 there has been a patched version of baselayout known as baselayout-vserver.
44 -However, since baselayout-1.13.0_alpha12, all required changes have been
45 -integrated into normal baselayout, eliminating the need for seperate vserver
46 -stages, profiles and baselayout. The only (temporary) drawback is that
47 -baselayout-1.13 is still considered to be in alpha stage and there are no
48 -stages with baselayout-1.13 available on the mirrors yet.
49 +However, since baselayout-2/openrc, all required changes have been integrated,
50 +eliminating the need for seperate vserver stages, profiles and baselayout. The
51 +only (temporary) drawback is that baselayout-2/openrc is still in testing
52 +(~arch) and there are no stages with baselayout-2/openrc available on the
53 +mirrors yet.
54 </p>
55
56 <p>
57 -As soon as baselayout-1.13 is stable you can use a precompiled stage3/4 from
58 +As soon as baselayout-2/openrc is stable you can use a precompiled stage3 from
59 one of <uri link="/main/en/mirrors.xml">our mirrors</uri>. In the meantime
60 -please download a stage3/4 from
61 -<uri link="http://people.linux-vserver.org/~hollow/stages/">here</uri>.
62 -Since a stage3/4 contains a complete root filesystem you can use the template
63 -build method of util-vserver. However, this method is only works reliable since
64 +please download a stage3 from
65 +<uri link="http://bb.xnull.de/projects/gentoo/stages/">here</uri>. Since a
66 +stage3 contains a complete root filesystem you can use the template build
67 +method of util-vserver. However, this method only works reliable since
68 util-vserver-0.30.213_rc5, so make sure you have the right version installed.
69 </p>