2014-04-24 20:51:24 +00:00
|
|
|
The package-installs element allows for a declarative method of installing and
|
|
|
|
uninstalling packages for an image build. Adding a file under your elements
|
2014-07-21 17:03:31 +00:00
|
|
|
pre-install.d, install.d, or post-install.d directories called
|
|
|
|
package-installs-<element-name> will cause the list of packages in that file to
|
|
|
|
be installed at the beginning of the respective phase.
|
2014-04-24 20:51:24 +00:00
|
|
|
|
|
|
|
If the package name in the file starts with a "-", then that package will be
|
|
|
|
removed at the end of the install.d phase.
|