Re: [PATCH] Update initrd and kernel path for ppc64le platform.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 08/09/2016 06:21 AM, Manjunath A Kumatagi wrote:
> In CentOS 7 ppc64le platform initrd and kernel files are present under ppc/ppc64 folder. Currently GenericDistro module will find only under images/pxeboot folder. So to support custom boot the CentOS 7 ppc64le platform I've added the code to search under ppc/ppc64 folder as well.

Can you give me an example public URL to test with?

Thanks,
Cole

> ---
>  virtinst/urlfetcher.py |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/virtinst/urlfetcher.py b/virtinst/urlfetcher.py
> index 692a297..49e5ebd 100644
> --- a/virtinst/urlfetcher.py
> +++ b/virtinst/urlfetcher.py
> @@ -677,6 +677,8 @@ class GenericDistro(Distro):
>                  ]
>      _hvm_paths = [("images/pxeboot/vmlinuz",
>                      "images/pxeboot/initrd.img"),       # Fedora
> +                  ("ppc/ppc64/vmlinuz",
> +                    "ppc/ppc64/initrd.img"),            # CenOS 7 ppc64le
>                  ]
>      _iso_paths = ["images/boot.iso",                   # RH/Fedora
>                     "boot/boot.iso",                     # Suse
> 
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list@xxxxxxxxxx
> https://www.redhat.com/mailman/listinfo/virt-tools-list
> 

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux