Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 114193
Collapse All | Expand All

(-)vserver-howto.xml.orig (+20 lines)
Lines 113-118 Link Here
113
  [ ] Compile Debugging Code
113
  [ ] Compile Debugging Code
114
</pre>
114
</pre>
115
115
116
<note>
117
If you are using reiserfs as your filesystem, you will need to enable extended
118
attributes for reiserfs in your kernel config.
119
</note>
120
121
<pre caption="Configure reiserfs options">
122
File systems  --->
123
  &lt;*&gt; Reiserfs support
124
  [*]   ReiserFS extended attributes
125
</pre>
126
127
<p>
128
Additionally, you will need to specify the <c>attrs</c> option in
129
<path>/etc/fstab</path> for your vserver partition:
130
</p>
131
132
<pre caption="Example fstab with extended attributes">
133
/dev/hdb /vserver reiserfs noatime,attrs 0 0
134
</pre>
135
116
<p>
136
<p>
117
After you've built and installed the kernel, update your boot loader and
137
After you've built and installed the kernel, update your boot loader and
118
finally reboot to see if the kernel boots correctly.
138
finally reboot to see if the kernel boots correctly.

Return to bug 114193