diskimage-builder/diskimage_builder/elements/zypper-minimal
Dirk Mueller 59721d3c74 opensuse-minimal: install glibc-locale
We expect LC_ALL for non-C locales to be working inside
images, so always install glibc-locale for openSUSE.

Change-Id: I8fe92773e377539070d9d9fe2960a6202bb80a18
2017-07-17 22:50:25 +02:00
..
post-install.d opensuse-minimal: install glibc-locale 2017-07-17 22:50:25 +02:00
pre-install.d Disable recommended package installations for zypper-minimal 2017-05-26 09:47:07 +02:00
root.d Fix opensuse-minimal element on non-SUSE hosts 2017-04-02 19:37:01 -04:00
element-deps Run dib-run-parts out of /tmp 2017-04-05 13:11:22 +10:00
package-installs.yaml opensuse-minimal: install glibc-locale 2017-07-17 22:50:25 +02:00
README.rst Test openSUSE 42.2/42.3 image builds 2017-05-30 13:07:04 +02:00

==============
zypper-minimal
==============
Base element for creating minimal SUSE-based images

This element is incomplete by itself so you probably want to use it along
with the opensuse-minimal one. It requires 'zypper' to be installed on the
host.

Repositories
------------

This element expects the `ZYPPER_REPOS` variable to be exported by the
operating system element. This variable contains repository mappings in 
the following format: `${repo_name}==>${repo_url}`. For example::

 ZYPPER_REPOS="update=>http://download.opensuse.org/update/leap/42.2/oss/ "
 ZYPPER_REPOS+="oss=>http://download.opensuse.org/distribution/leap/42.2/repo/oss/"
 export ZYPPER_REPOS