James Laska wrote:
> ---
> cobbler/pxegen.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/cobbler/pxegen.py b/cobbler/pxegen.py
> index 731d727..7ff0780 100644
> --- a/cobbler/pxegen.py
> +++ b/cobbler/pxegen.py
> @@ -627,7 +627,7 @@ class PXEGen:
> continue
> distro = profile.get_conceptual_parent()
> # xen distros can be ruled out as they won't boot
> - if distro.name.find("-xen") != -1:
> + if distro.name.find("-xen") != -1 or distro.arch not in ["i386",
> "x86_64"]:
> # can't PXE Xen
> continue
> contents =
> self.write_pxe_file(None,None,profile,distro,distro.arch,include_header=False)
>
Is this on your git devel branch? I just went to merge and couldn't find it.
--Michael
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler