bootstrap-vz/plugins/user_packages/README.md

15 lines
529 B
Markdown
Raw Normal View History

2013-08-01 11:38:30 +02:00
# User package plugin
This plugin gives the possibility to the user to install Debian packages in the virtual image.
Plugin is defined in the manifest file, plugin section with:
"user_packages": {
"repo": [ "apache2" ],
"local": [ "/tmp/mypackage.deb" ]
}
The *repo* element refers to packages available in Debian repository (apt-get).
The *local* element will copy the specified .deb files and install them in the image with a dpkg command. Packages are installed in the order of their declaration.