2016-09-30 10:13:09 +00:00
|
|
|
==============
|
|
|
|
zypper-minimal
|
|
|
|
==============
|
|
|
|
Base element for creating minimal SUSE-based images
|
|
|
|
|
2017-02-07 06:56:36 +00:00
|
|
|
This element is incomplete by itself so you probably want to use it along
|
2016-09-30 10:13:09 +00:00
|
|
|
with the opensuse-minimal one. It requires 'zypper' to be installed on the
|
|
|
|
host.
|
2019-12-03 00:25:53 +00:00
|
|
|
|
|
|
|
To create a zypper-based image with non-default repositories, set
|
|
|
|
``DIB_ZYPPER_REPOS`` to a mapping of repository names to URLs, for example::
|
|
|
|
|
|
|
|
DIB_ZYPPER_REPOS="update=>http://smt-mirror.example.com/SUSE:/SLE-15-SP1:/Update/standard/ "
|
|
|
|
DIB_ZYPPER_REPOS+="SLE-15-SP1=>http://smt-mirror.example.com/ibs/SUSE:/SLE-15-SP1:/GA/standard/ "
|
|
|
|
DIB_ZYPPER_REPOS+="SLE-15=>http://smt-mirror.example.com/ibs/SUSE:/SLE-15:/GA/standard/ "
|