From: Ian Campbell <ijc@hellion.org.uk>
To: xen-devel@lists.xen.org
Cc: ian.jackson@eu.citrix.com, Ian Campbell <ijc@hellion.org.uk>
Subject: [PATCH] pygrub: add Debian extlinux.conf path
Date: Fri, 16 Aug 2013 15:21:05 +0100 [thread overview]
Message-ID: <1376662865-24340-1-git-send-email-ijc@hellion.org.uk> (raw)
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
next reply other threads:[~2013-08-16 14:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 14:21 Ian Campbell [this message]
2013-08-19 16:42 ` [PATCH] pygrub: add Debian extlinux.conf path Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1376662865-24340-1-git-send-email-ijc@hellion.org.uk \
--to=ijc@hellion.org.uk \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).