Difference between revisions of "Metro Recipes"
From Funtoo Linux
(→How do I build a VServer template?) |
(→How do I build a VServer template?) |
||
| Line 7: | Line 7: | ||
== How do I build a VServer template? == | == How do I build a VServer template? == | ||
| − | + | Same steps as OpenVZ with one tweak: | |
<pre> | <pre> | ||
| − | # /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 | + | # /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 openvz |
</pre> | </pre> | ||
| + | |||
| + | The OpenVZ template will work as a vserver template. All you need to do is change the <tt>rc_sys</tt> setting in <tt>/etc/rc.conf</tt> from <tt>openvz</tt> to <tt>vserver</tt>. | ||
Revision as of 17:55, 20 September 2011
How do I build an OpenVZ template?
# /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 openvz
How do I build a VServer template?
Same steps as OpenVZ with one tweak:
# /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 openvz
The OpenVZ template will work as a vserver template. All you need to do is change the rc_sys setting in /etc/rc.conf from openvz to vserver.