diskimage-builder/elements/yum-minimal
Jenkins f3d0d6e8ec Merge "Remove yum chroot caching" 2017-01-17 01:10:41 +00:00
..
install.d Export FS_TYPE and remove hardcoded ext4 values 2016-05-19 17:33:36 +10:00
pre-install.d Rework yum-minimal locale cleanup 2016-05-31 15:14:24 +10:00
root.d Remove yum chroot caching 2016-12-20 13:56:46 +11:00
README.rst Remove yum chroot caching 2016-12-20 13:56:46 +11:00
element-deps Add a yum-minimal element that just uses yum 2015-04-14 13:39:18 -04:00
package-installs.yaml Install dracut-generic-config package 2016-12-17 16:37:55 +00: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.

If you wish to have DHCP networking setup for eth0 & eth1 via /etc/sysconfig/network-config scripts/ifcfg-eth[0|1], set the environment variable DIB_YUM_MINIMAL_CREATE_INTERFACES to 1.