From: ShaoHe Feng <shaohef(a)linux.vnet.ibm.com>
This patch changes ubuntu.json, adding iso entry for ubuntu 14.04 x86_64.
Then users are able to install a virtual machine using this iso.
Signed-off-by: ShaoHe Feng <shaohef(a)linux.vnet.ibm.com>
---
src/distros.d/ubuntu.json | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/distros.d/ubuntu.json b/src/distros.d/ubuntu.json
index 7c9fbc1..b0b5f45 100644
--- a/src/distros.d/ubuntu.json
+++ b/src/distros.d/ubuntu.json
@@ -19,5 +19,12 @@
"os_arch": "ppc64",
"os_version": "14.04",
"path":
"http://cdimages.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-ppc64el.iso"
+ },
+ {
+ "name": "Ubuntu Server 14.04 LE (Trusty Tahr)",
+ "os_distro": "ubuntu",
+ "os_arch": "x86_64",
+ "os_version": "14.04",
+ "path":
"http://releases.ubuntu.com/14.04/ubuntu-14.04-desktop-amd64.iso"
}
]
--
1.9.3