1bdeaadc95
zypper on non-suse hosts is not parsing the pattern repodata because those are marked as an inofficial extension to the repomd specification. This is not a big issue as there is meanwhile in newer openSUSE distributions a pattern *package* that depends on the same packages like the pattern would do, so we can just replace it with that. Change-Id: I0c8f713075bd7e5bf1d425f81933b4666654add7 Depends-On: I34e98f0f7693859ed05011b008334628adff612f Signed-off-by: Paul Belanger <pabelanger@redhat.com> |
||
---|---|---|
.. | ||
environment.d | ||
element-deps | ||
element-provides | ||
README.rst |
================ opensuse-minimal ================ This element will build a minimal openSUSE image. It requires 'zypper' to be installed on the host. These images should be considered experimental. There are currently only x86_64 images. Environment Variables --------------------- DIB_RELEASE :Required: No :Default: 42.2 :Description: Set the desired openSUSE release. DIB_OPENSUSE_MIRROR: :Required: No :Default: http://download.opensuse.org :Description: To use a specific openSUSE mirror, set this variable to the mirror URL before running bin/disk-image-create. This URL should point to the root directory as indicated in the http://mirrors.opensuse.org/ webpage. You normally don't want to change that since the default setting will pick the mirror closest to you. :Example: ``DIB_OPENSUSE_MIRROR=http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/``