diskimage-builder/diskimage_builder/elements/opensuse-minimal
Dirk Mueller 5d39f83f74 Test openSUSE 42.2/42.3 image builds
Currently openSUSE 42.3 has entered feature freeze mode
so it is a good point in time to verify that 42.3 builds
are working successfully. Also test opensuse-minimal for
platforms that support it (need working zypper package)

Change-Id: I4c613e1e68cb7375c29d544bbf70b5da9bf21414
2017-05-30 13:07:04 +02:00
..
environment.d Fix opensuse-minimal element on non-SUSE hosts 2017-04-02 19:37:01 -04:00
test-elements/opensuse423-build-succeeds Test openSUSE 42.2/42.3 image builds 2017-05-30 13:07:04 +02:00
element-deps Merge remote-tracking branch 'origin/master' into merge-branch 2016-11-29 07:43:46 +11:00
element-provides Merge remote-tracking branch 'origin/master' into merge-branch 2016-11-29 07:43:46 +11:00
README.rst Typo fix: curent => current 2017-03-23 15:02:20 +08:00

================
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/``