All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/pygrub: Fix extlinux when /boot is a separate partition from /
@ 2014-06-11 18:31 Andrew Cooper
  2014-06-18  9:43 ` Andrew Cooper
  2014-06-18 16:03 ` Ian Campbell
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Cooper @ 2014-06-11 18:31 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Ian Jackson, Ian Campbell

Grub and Grub2 already cope with this.

Reported-by: Joseph Hom <jhom@softlayer.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 tools/pygrub/src/pygrub |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub
index 4c35f9d..a4a2423 100644
--- a/tools/pygrub/src/pygrub
+++ b/tools/pygrub/src/pygrub
@@ -418,7 +418,9 @@ class Grub:
                    map(lambda x: (x,grub.ExtLinuxConf.ExtLinuxConfigFile),
                        ["/boot/isolinux/isolinux.cfg",
                         "/boot/extlinux/extlinux.conf",
-                        "/boot/extlinux.conf"]) + \
+                        "/boot/extlinux.conf",
+                        "/extlinux/extlinux.conf",
+                        "/extlinux.conf"]) + \
                    map(lambda x: (x,grub.GrubConf.GrubConfigFile),
                        ["/boot/grub/menu.lst", "/boot/grub/grub.conf",
                         "/grub/menu.lst", "/grub/grub.conf"])
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/pygrub: Fix extlinux when /boot is a separate partition from /
  2014-06-11 18:31 [PATCH] tools/pygrub: Fix extlinux when /boot is a separate partition from / Andrew Cooper
@ 2014-06-18  9:43 ` Andrew Cooper
  2014-06-18 16:03 ` Ian Campbell
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Cooper @ 2014-06-18  9:43 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Ian Jackson, Ian Campbell, Xen-devel

Ping?

On 11/06/14 19:31, Andrew Cooper wrote:
> Grub and Grub2 already cope with this.
>
> Reported-by: Joseph Hom <jhom@softlayer.com>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> CC: Ian Campbell <Ian.Campbell@citrix.com>
> CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
> ---
>  tools/pygrub/src/pygrub |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub
> index 4c35f9d..a4a2423 100644
> --- a/tools/pygrub/src/pygrub
> +++ b/tools/pygrub/src/pygrub
> @@ -418,7 +418,9 @@ class Grub:
>                     map(lambda x: (x,grub.ExtLinuxConf.ExtLinuxConfigFile),
>                         ["/boot/isolinux/isolinux.cfg",
>                          "/boot/extlinux/extlinux.conf",
> -                        "/boot/extlinux.conf"]) + \
> +                        "/boot/extlinux.conf",
> +                        "/extlinux/extlinux.conf",
> +                        "/extlinux.conf"]) + \
>                     map(lambda x: (x,grub.GrubConf.GrubConfigFile),
>                         ["/boot/grub/menu.lst", "/boot/grub/grub.conf",
>                          "/grub/menu.lst", "/grub/grub.conf"])

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/pygrub: Fix extlinux when /boot is a separate partition from /
  2014-06-11 18:31 [PATCH] tools/pygrub: Fix extlinux when /boot is a separate partition from / Andrew Cooper
  2014-06-18  9:43 ` Andrew Cooper
@ 2014-06-18 16:03 ` Ian Campbell
  1 sibling, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2014-06-18 16:03 UTC (permalink / raw)
  To: Andrew Cooper; +Cc: Ian Jackson, Xen-devel

On Wed, 2014-06-11 at 19:31 +0100, Andrew Cooper wrote:
> Grub and Grub2 already cope with this.
> 
> Reported-by: Joseph Hom <jhom@softlayer.com>
> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
> CC: Ian Campbell <Ian.Campbell@citrix.com>
> CC: Ian Jackson <Ian.Jackson@eu.citrix.com>

Acked + applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-18 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11 18:31 [PATCH] tools/pygrub: Fix extlinux when /boot is a separate partition from / Andrew Cooper
2014-06-18  9:43 ` Andrew Cooper
2014-06-18 16:03 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.