[Kimchi-devel] [PATCH] Add Ubuntu as modern distro to Power guests.
Paul Clarke
pc at us.ibm.com
Tue Jun 10 15:04:55 UTC 2014
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 at 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' ?
PC
More information about the Kimchi-devel
mailing list