diskimage-builder/elements/opensuse
Dan Prince 3145e4a970 Name 01-install-bin uniquely
While an end user would never use these elements at the same time we
should always use unique names for things per DIB conventions.

Change-Id: I53b10522183e8566c62922b91878e5cf767fe2c6
2014-06-11 08:16:41 -04:00
..
bin 4 spaces indent 2014-05-10 11:17:29 +02:00
environment.d Set DISTRO_NAME in OS environment.d 2014-05-28 12:22:02 -04:00
extra-data.d 4 spaces indent 2014-05-10 11:17:29 +02:00
install.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
post-install.d set -u and -o pipefail everywhere 2014-05-06 15:51:07 -05:00
pre-install.d Name 01-install-bin uniquely 2014-06-11 08:16:41 -04:00
root.d 4 spaces indent 2014-05-10 11:17:29 +02:00
element-deps Add zypper element 2013-12-11 17:09:24 +01:00
element-provides Use provides to note an element provides an OS 2014-04-10 14:42:04 +01:00
README.md opensuse: Update README.md 2013-12-11 15:17:08 +01:00

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)