[PATCH] Add Ubuntu as modern distro to Power guests.

Set Ubuntu 14.04 as base for modern Power guests. Signed-off-by: Paulo Vital <pvital@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'}} icon_available_distros = [icon[5:-4] for icon in glob.glob1('%s/images/' % paths.ui_dir, 'icon-*.png')] -- 1.8.3.1

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@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

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@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
participants (4)
-
Crístian Viana
-
Paul Clarke
-
Paulo Ricardo Paz Vital
-
Paulo Vital