xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pygrub: add Debian extlinux.conf path
@ 2013-08-16 14:21 Ian Campbell
  2013-08-19 16:42 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2013-08-16 14:21 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, Ian Campbell

This is Debian bug #697407.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697407

Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
---
 tools/pygrub/src/pygrub | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub
index 363fbc7..ee4e741 100644
--- a/tools/pygrub/src/pygrub
+++ b/tools/pygrub/src/pygrub
@@ -430,6 +430,7 @@ class Grub:
                             "/boot/grub2/grub.cfg", "/grub2/grub.cfg"]) + \
                        map(lambda x: (x,grub.ExtLinuxConf.ExtLinuxConfigFile),
                            ["/boot/isolinux/isolinux.cfg",
+                            "/boot/extlinux/extlinux.conf",
                             "/boot/extlinux.conf"]) + \
                        map(lambda x: (x,grub.GrubConf.GrubConfigFile),
                            ["/boot/grub/menu.lst", "/boot/grub/grub.conf",
-- 
1.8.3.2

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

* Re: [PATCH] pygrub: add Debian extlinux.conf path
  2013-08-16 14:21 [PATCH] pygrub: add Debian extlinux.conf path Ian Campbell
@ 2013-08-19 16:42 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2013-08-19 16:42 UTC (permalink / raw)
  To: Ian Campbell; +Cc: xen-devel

Ian Campbell writes ("[PATCH] pygrub: add Debian extlinux.conf path"):
> This is Debian bug #697407.

I have applied this patch.  I have also queued it for backporting.

Thanks,
Ian.

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

end of thread, other threads:[~2013-08-19 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 14:21 [PATCH] pygrub: add Debian extlinux.conf path Ian Campbell
2013-08-19 16:42 ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).