On Tue, 2014-06-10 at 10:04 -0500, Paul Clarke wrote:
On 06/10/2014 06:11 AM, Paulo Vital wrote:
> Set Ubuntu 14.04 as base for modern Power guests.
>
> Signed-off-by: Paulo Vital <pvital(a)linux.vnet.ibm.com>
> ---
> src/kimchi/osinfo.py | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/kimchi/osinfo.py b/src/kimchi/osinfo.py
> index cfe9972..0f11f7a 100644
> --- a/src/kimchi/osinfo.py
> +++ b/src/kimchi/osinfo.py
> @@ -59,7 +59,8 @@ template_specs = {'x86': {'old': dict(common_spec,
disk_bus='ide',
> modern_version_bases = {'x86': {'debian': '6.0',
'ubuntu': '7.10',
> 'opensuse': '10.3',
'centos': '5.3',
> 'rhel': '6.0', 'fedora':
'16', 'gentoo': '0'},
> - 'power': {'rhel': '7.0',
'fedora': '19'}}
> + 'power': {'rhel': '7.0',
'fedora': '19',
> + 'ubuntu': '10.04'}}
Is that supposed to be '14.04' ?
Oops! Typo!
Sending a new patch :-D
Thanks PC
PC