d0a398c167
package-installs.yaml is installing python-dev, not python2-dev, so we need to adjust the mapping accordingly. In addition, zypper-minimal used an dpkg specific package name, while there is a SUSE equivalent (and zypper-minimal is anyway SUSE family specific) Change-Id: Ia9dd061fa46a514781808d62e5e93b03f75c6745 |
||
---|---|---|
.. | ||
pre-install.d | ||
root.d | ||
element-deps | ||
package-installs.yaml | ||
README.rst |
============== 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