diskimage-builder/elements/opensuse/README.rst
Gregory Haynes c4bbb6f3bc Create docs site containing element READMEs
We currently do not have the ability to create a docs site which
outlines all the elements.

Change-Id: I77ccf61e0c4b1509b3e7ce9b8f15ea5ccfd50d9b
2015-02-10 11:45:35 -08:00

22 lines
882 B
ReStructuredText

========
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)