
Pasos básicos para instalar EZ templates para Virtuozo
1. Descargamos el template
1 2 | <strong># cd /vz/template ; wget http://downloads.swsoft.com/cgi-bin/getfile.pl/ centos/5/x86_64/centos-5-x86_64-ez-3.0.0-17.swsoft.noarch.rpm</strong> |
2. Instalamos template
1 | <strong># vzpkg install template "path_to_EZ_template"</strong> |
3. Comprobamos estado de los templates
1 | <strong># vzpkg list</strong> |
4. Creamos la cache para poder utilizarlo en los containers
1 | <strong># vzpkg create cache "centos-5-x86_64</strong> |
5. Adicionalmente podemos ejecutar update cache para actualizar todos los EZ
1 | <strong># vzpkg update cache</strong> |
Links