From: Alex Williamson <alex.williamson@hp.com>
To: "Daniel P. Berrange" <berrange@redhat.com>
Cc: xen-devel@lists.xensource.com, keir@xensource.com,
xen-ia64-devel@lists.xensource.com
Subject: Re: [PATCH] pygrub: look harder for elilo.conf
Date: Wed, 02 May 2007 21:53:20 -0600 [thread overview]
Message-ID: <1178164400.28577.67.camel@bling> (raw)
In-Reply-To: <20070503034814.GA23181@redhat.com>
On Thu, 2007-05-03 at 04:48 +0100, Daniel P. Berrange wrote:
> On Wed, May 02, 2007 at 10:42:44PM -0400, Aron Griffis wrote:
> >
> > if platform.machine() == 'ia64':
> > self.cf = grub.LiloConf.LiloConfigFile()
> > - file_list = ("/efi/redhat/elilo.conf",)
> > + # common distributions
> > + file_list = ("/efi/debian/elilo.conf", "/efi/gentoo/elilo.conf",
> > + "/efi/redflag/elilo.conf", "/efi/redhat/elilo.conf",
> > + "/efi/SuSE/elilo.conf",)
>
> How about simply having it iterate over every first level subdirectory of /efi,
> ie basically looking for /efi/*/elilo.conf rather than hardcoding a small
> list of distros ?
I think Aron looked into it briefly, but it wasn't clear how to do
that in libfsimage. If it can be done, that certainly sounds like less
maintenance. Thanks,
Alex
--
Alex Williamson HP Open Source & Linux Org.
next prev parent reply other threads:[~2007-05-03 3:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-03 2:42 [PATCH] pygrub: look harder for elilo.conf Aron Griffis
2007-05-03 3:48 ` Daniel P. Berrange
2007-05-03 3:53 ` Alex Williamson [this message]
2007-05-03 12:15 ` John Levon
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=1178164400.28577.67.camel@bling \
--to=alex.williamson@hp.com \
--cc=berrange@redhat.com \
--cc=keir@xensource.com \
--cc=xen-devel@lists.xensource.com \
--cc=xen-ia64-devel@lists.xensource.com \
/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 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.