7aa9157c33
Rather than removing all locale related stuff in cleanup, strip the locale archive and rebuild it. Building just en_US (along with POSIX/C) brings things inline with debootstrap. As discussed in the bug referenced, this is about the best we can do for Centos7. Fedora 24 has split languages out into packages so we don't have to do this, but I have not dealt with that yet. A guard is put in place so we make sure we revisit this when we try to build F24. Change-Id: I3f384d23e52effd6a09f47134746caa4a5c586be |
||
---|---|---|
.. | ||
install.d | ||
pre-install.d | ||
root.d | ||
element-deps | ||
package-installs.yaml | ||
pkg-map | ||
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. 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`.