diskimage-builder/elements/opensuse
James Slagle f5d4d8c711 Mark install-packages +x.
install-packages is an executable script, it should be +x.  The install
command that was installing it is setting permissions to 755, so we were
fine there.  However, I was trying to test the script outside of an
image build to test a change, and it's helpful to have it +x in the
repository for that context like all the other scripts under bin.

Change-Id: Ic300cc56d463640d119db4e310d375c66ed133ca
2014-01-07 07:54:47 -05:00
..
bin Mark install-packages +x. 2014-01-07 07:54:47 -05:00
extra-data.d Add support for building openSUSE images 2013-12-05 15:18:46 +01:00
install.d Update login.defs on openSUSE 2013-12-18 10:19:08 +01:00
post-install.d Add support for building openSUSE images 2013-12-05 15:18:46 +01:00
pre-install.d Add support for building openSUSE images 2013-12-05 15:18:46 +01:00
root.d Add support for building openSUSE images 2013-12-05 15:18:46 +01:00
element-deps Add zypper element 2013-12-11 17:09:24 +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)