diskimage-builder/elements/zypper-minimal
Dirk Mueller 661c4c32d2 [suse] remove --no-confirm from zypper invocation
this is basically the deprecated version of --non-interactive, which is
already being used, so this is duplicate and only causes warnings but
doesn't help with anything

Change-Id: Ic98790461636c4136b7005bdc31ce08f8ca81e0f
2017-02-20 20:48:50 +01:00
..
install.d Add zypper-minimal element 2016-10-05 09:27:17 +01:00
root.d [suse] remove --no-confirm from zypper invocation 2017-02-20 20:48:50 +01:00
element-deps Add zypper-minimal element 2016-10-05 09:27:17 +01:00
package-installs.yaml elements: zypper-minimal: Add ca-certificates-mozilla package 2016-11-29 16:14:53 +00:00
README.rst Fix typo in README.rst 2017-02-07 13:58:24 +07: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.1/oss/ "
 ZYPPER_REPOS+="oss=>http://download.opensuse.org/distribution/leap/42.1/repo/oss/"
 export ZYPPER_REPOS