diskimage-builder/elements/opensuse
Thomas Bechtold f411297e74 openSUSE update
Commit b4a1f1c190 wrongly changed the format of the available
images. There was a missconfiguration on the buildservice which produces
the images so no static links were available. That's fixed now so use
the correct names again.

Change-Id: Iac4cbc8672da67f5a89ac2f1be8bb9530215ea19
2015-04-14 21:53:38 +02:00
..
bin Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
environment.d Set DISTRO_NAME in OS environment.d 2014-05-28 12:22:02 -04:00
extra-data.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
install.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
post-install.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
pre-install.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
root.d openSUSE update 2015-04-14 21:53:38 +02:00
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00
element-deps Use package-installs in more elements 2014-09-08 15:16:14 -04:00
element-provides Use provides to note an element provides an OS 2014-04-10 14:42:04 +01:00
package-installs.yaml Migrate to new package-installs 2014-12-01 21:32:13 -08:00

README.rst

opensuse

Use an openSUSE cloud image as the baseline for built disk images. The base image is located here:

http://download.opensuse.org/repositories/Cloud:/Images/images/

This image should currently be considered experimental. Right now, we've only got a 64 bit image, and no 32 bit image. But it's a start.

Notes:

  • The filename of the base image in the above repository is currently not stable (e.g. it includes a build number and image version). A fix for that will be rolled out to the repositories soon. A tempoary workaround to figure out the correct filename has been added to root.d/10-opensuse-cloud-image.
  • Building with DIB_EXTLINUX=1 doesn't work. It fails with: /tmp/in_target.d/finalise.d/51-bootloader: line 14: 16286 Segmentation fault extlinux --install /boot/syslinux (https://bugzilla.novell.com/show_bug.cgi?id=852856)