diskimage-builder/elements/opensuse/install.d/00-opensuse-setup-installs
Chris Krelle eed131c373 update opensuse element
This patch updates the openSuse element to work with the new
base image file format. It should be noted that the base image
file name has changed several times while updating this element,
and and may need to be set manually via the "BASE_IMAGE_NAME"
env var.

Change-Id: I4dac8bf9a4bf76a00d4a04cbf063fd245b11f3d6
2014-06-27 15:03:06 -07:00

12 lines
251 B
Bash
Executable File

#!/bin/bash
# Install requirments needed to build the image.
set -eu
set -o pipefail
# install kernel package needed by dkms.
install-packages kernel-devel
# sudo and lsb not included by default.
# so install them.
install-packages sudo lsb-release