Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: vserver-howto.xml
Date: Mon, 19 Dec 2005 12:09:41
Message-Id: 200512191209.jBJC9Xwv005400@robin.gentoo.org
1 jkt 05/12/19 12:09:33
2
3 Modified: xml/htdocs/doc/en vserver-howto.xml
4 Log:
5 #114193, "reiserfs: mention of attrs option for /vserver mount"
6
7 Revision Changes Path
8 1.4 +23 -3 xml/htdocs/doc/en/vserver-howto.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vserver-howto.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vserver-howto.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/vserver-howto.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
13
14 Index: vserver-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/vserver-howto.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- vserver-howto.xml 6 Oct 2005 16:42:48 -0000 1.3
21 +++ vserver-howto.xml 19 Dec 2005 12:09:33 -0000 1.4
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vserver-howto.xml,v 1.3 2005/10/06 16:42:48 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/vserver-howto.xml,v 1.4 2005/12/19 12:09:33 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/vserver-howto.xml">
29 @@ -21,8 +21,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.1</version>
34 -<date>2005-10-06</date>
35 +<version>1.2</version>
36 +<date>2005-12-19</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -113,6 +113,26 @@
41 [ ] Compile Debugging Code
42 </pre>
43
44 +<note>
45 +If you are using reiserfs as your filesystem, you will need to enable extended
46 +attributes for reiserfs in your kernel config.
47 +</note>
48 +
49 +<pre caption="Configure reiserfs options">
50 +File systems --->
51 + &lt;*&gt; Reiserfs support
52 + [*] ReiserFS extended attributes
53 +</pre>
54 +
55 +<p>
56 +Additionally, you will need to specify the <c>attrs</c> option in
57 +<path>/etc/fstab</path> for your vserver partition:
58 +</p>
59 +
60 +<pre caption="Example fstab with extended attributes">
61 +/dev/hdb /vserver reiserfs noatime,attrs 0 0
62 +</pre>
63 +
64 <p>
65 After you've built and installed the kernel, update your boot loader and
66 finally reboot to see if the kernel boots correctly.
67
68
69
70 --
71 gentoo-doc-cvs@g.o mailing list