Add a diskimage-builder script that creates a Fedora 19 image.

Implements: blueprint lang-pack-examples

* Work Item: Define a disk image builder template for a Fedora 19 Java Tomcat
system. This installs tomcat 7 and openjdk 1.7

Change-Id: I4bbd167c1600ed81a29d0bf1508bb84479b9da1a
This commit is contained in:
Chris Alfonso 2013-12-17 21:54:25 -05:00
parent 0f7ad391b9
commit a3924f15a5
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
ELEMENTS_PATH=./elements disk-image-create --no-tmpfs -a amd64 vm fedora tomcat -o f19-tomcat7-openjdk1.7.qcow2

View File

@ -0,0 +1,5 @@
#!/bin/bash
# Install tomcat
install-packages tomcat maven