diskimage-builder/elements/yum-minimal
Jenkins 449b4e205e Merge "Preserve env when calling yum with sudo" 2015-11-03 10:36:33 +00:00
..
install.d Add a yum-minimal element that just uses yum 2015-04-14 13:39:18 -04:00
pre-install.d Add a yum-minimal element that just uses yum 2015-04-14 13:39:18 -04:00
root.d Merge "Preserve env when calling yum with sudo" 2015-11-03 10:36:33 +00:00
README.rst Add a yum-minimal element that just uses yum 2015-04-14 13:39:18 -04:00
element-deps Add a yum-minimal element that just uses yum 2015-04-14 13:39:18 -04:00
package-installs.yaml Add a yum-minimal element that just uses yum 2015-04-14 13:39:18 -04:00
pkg-map Add a yum-minimal element that just uses yum 2015-04-14 13:39:18 -04:00

README.rst

yum-minimal

Base element for creating minimal yum-based images.

This element is incomplete by itself, you'll want to use the centos-minimal or fedora-minimal elements to get an actual base image.

Use of this element will require 'yum' and 'yum-utils' to be installed on Ubuntu and Debian. Nothing additional is needed on Fedora or CentOS.

The DIB_OFFLINE or more specific DIB_YUMCHROOT_USE_CACHE variables can be set to prefer the use of a pre-cached root filesystem tarball.