Markos Chandras c69c6c5a84 Add zypper-minimal element
Add a new zypper-minimal element to bootstrap SUSE-based distributions

Change-Id: Id63397e412a929d61247cfd3d9f8d4e758c1248a
2016-10-05 09:27:17 +01:00
..
2016-10-05 09:27:17 +01:00
2016-10-05 09:27:17 +01:00
2016-10-05 09:27:17 +01:00
2016-10-05 09:27:17 +01:00

zypper-minimal

Base element for creating minimal SUSE-based images

This element is incomplete by itself so you probaby 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.1/oss/ "
ZYPPER_REPOS+="oss=>http://download.opensuse.org/distribution/leap/42.1/repo/oss/"
export ZYPPER_REPOS