On 06/24/2014 10:31 PM, Sheldon wrote:
On 06/25/2014 08:15 AM, Rodrigo Trujillo wrote:
> On 06/24/2014 08:57 PM, Sheldon wrote:
>> On 06/19/2014 12:55 AM, Rodrigo Trujillo wrote:
>>> This patch changes ubuntu.json, adding iso entry for ubuntu for PPC
>>> Little Endian. Then users are able to install a ppc virtual machine
>>> using this iso.
>>>
>>> Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo(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 fbd931a..7c9fbc1 100644
>>> --- a/src/distros.d/ubuntu.json
>>> +++ b/src/distros.d/ubuntu.json
>>> @@ -12,5 +12,12 @@
>>> "os_arch": "x86_64",
>>> "os_version": "13.10",
>>> "path":
>>>
"http://ubuntu-releases.cs.umn.edu/13.10/ubuntu-13.10-desktop-amd64.iso"
>>>
>>> + },
>>> + {
>>> + "name": "Ubuntu Server 14.04 LE (Trusty Tahr)",
>>> + "os_distro": "ubuntu",
>>> + "os_arch": "ppc64",
>>> + "os_version": "14.04",
>>> + "path":
>>>
"http://cdimages.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-ppc64el.iso"
>>> }
>>> ]
>> do we need to add x86_64 to our list?
>>
>
> We don't. Fedora 20 x86 does already exist in fedora.json. The new
> entry is specific Fedora 20 for PPC Little Endian (does not exist for
> X).
Oh, sorry, I means ubuntu x86_64 14.04
Has checked, it was not in ubuntu.json
Well remembered, Sheldon!
We also need to add ubuntu 14.04 x86_68 to our list
Can you do that?
>
>
>
>
>