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? == | ||
| − | + | The latest git version of metro supports vserver natively: | |
<pre> | <pre> | ||
| − | # /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 | + | # /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 vserver |
</pre> | </pre> | ||
| − | The | + | == How do I build an Linux Containers (LXC) template? == |
| + | |||
| + | The latest git version of metro supports LXC natively: | ||
| + | |||
| + | <pre> | ||
| + | # /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 lxc | ||
| + | </pre> | ||
Revision as of 04:39, 17 November 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?
The latest git version of metro supports vserver natively:
# /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 vserver
How do I build an Linux Containers (LXC) template?
The latest git version of metro supports LXC natively:
# /root/git/metro/scripts/ezbuild.sh funtoo-current core2_64 lxc