diskimage-builder/elements/zypper-minimal
Markos Chandras 435f52a7d1 elements: zypper-minimal: Mount common pseudo filesystems
Mount all the usual /dev /sys /proc pseudo filesystems during the
root.d phase in order to make sure they are available for the rpm
post-installation phases.

Change-Id: I28221debf1036d9eb5137161757eb30811eafab1
2016-11-02 22:08:35 +00:00
..
install.d Add zypper-minimal element 2016-10-05 09:27:17 +01:00
root.d elements: zypper-minimal: Mount common pseudo filesystems 2016-11-02 22:08:35 +00:00
README.rst Add zypper-minimal element 2016-10-05 09:27:17 +01:00
element-deps Add zypper-minimal element 2016-10-05 09:27:17 +01:00
package-installs.yaml Add zypper-minimal element 2016-10-05 09:27:17 +01:00

README.rst

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