[Kimchi-devel] [PATCH] Bug fix #347 / Support i686 architecture

Daniel H Barboza danielhb at linux.vnet.ibm.com
Thu Apr 10 14:27:51 UTC 2014


Reviewed-by: Daniel Barboza <danielhb at linux.vnet.ibm.com>

On 04/09/2014 04:55 PM, Ramon Medeiros wrote:
> Bug fix #347 - Errors when retrieving network information
>
> Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
> ---
>   src/kimchi/osinfo.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/kimchi/osinfo.py b/src/kimchi/osinfo.py
> index c5f889b..bb86672 100644
> --- a/src/kimchi/osinfo.py
> +++ b/src/kimchi/osinfo.py
> @@ -28,7 +28,7 @@ from distutils.version import LooseVersion
>   from kimchi.config import paths
>
>
> -SUPPORTED_ARCHS = {'x86': ('i386', 'x86_64'), 'power': ('ppc', 'ppc64')}
> +SUPPORTED_ARCHS = {'x86': ('i386', 'i686', 'x86_64'), 'power': ('ppc', 'ppc64')}
>
>
>   common_spec = {'cpus': 1, 'cpu_cores': 1, 'cpu_threads': 1, 'memory': 1024,




More information about the Kimchi-devel mailing list