* PPC executable name
@ 2005-05-09 3:02 Hollis Blanchard
2005-05-10 12:58 ` Nico -telmich- Schottelius
2005-05-10 18:03 ` Marco Gerards
0 siblings, 2 replies; 5+ messages in thread
From: Hollis Blanchard @ 2005-05-09 3:02 UTC (permalink / raw)
To: The development of GRUB 2
I'd like to rename the PPC executable from "grubof" to "grub". If
nothing else, it will avoid the question "is it grubof.cfg or
grub.cfg?". Thoughts?
-Hollis
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PPC executable name
2005-05-09 3:02 PPC executable name Hollis Blanchard
@ 2005-05-10 12:58 ` Nico -telmich- Schottelius
2005-05-10 18:03 ` Marco Gerards
1 sibling, 0 replies; 5+ messages in thread
From: Nico -telmich- Schottelius @ 2005-05-10 12:58 UTC (permalink / raw)
To: The development of GRUB 2
[-- Attachment #1: Type: text/plain, Size: 458 bytes --]
Hollis Blanchard [Sun, May 08, 2005 at 10:02:06PM -0500]:
> I'd like to rename the PPC executable from "grubof" to "grub". If
> nothing else, it will avoid the question "is it grubof.cfg or
> grub.cfg?". Thoughts?
grub.cfg, as a user I am not interesed it "oh there is openfirmware",
but I simply assume:
config = packagename.cfg
and if I know grub(x86) I assume grub(ppc) and grub(sparc) use
the same config with similar syntax.
Nico
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PPC executable name
2005-05-09 3:02 PPC executable name Hollis Blanchard
2005-05-10 12:58 ` Nico -telmich- Schottelius
@ 2005-05-10 18:03 ` Marco Gerards
2005-05-12 8:49 ` Nico -telmich- Schottelius
1 sibling, 1 reply; 5+ messages in thread
From: Marco Gerards @ 2005-05-10 18:03 UTC (permalink / raw)
To: The development of GRUB 2
Hollis Blanchard <hollis@penguinppc.org> writes:
> I'd like to rename the PPC executable from "grubof" to "grub". If
> nothing else, it will avoid the question "is it grubof.cfg or
> grub.cfg?". Thoughts?
What I would prefer is _grub or so. To make clear it is not usable
just like this. We don't want people loading this file directly.
Adding a "_" might make it clear this is a file that is weird in a way
and users should not use it directly. The name `grubof' is not *that*
bad either. People do not use it directly, right?
For any arch the config file should be called grub.cfg, IMO.
Thanks,
Marco
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PPC executable name
2005-05-10 18:03 ` Marco Gerards
@ 2005-05-12 8:49 ` Nico -telmich- Schottelius
2005-05-12 11:21 ` Marco Gerards
0 siblings, 1 reply; 5+ messages in thread
From: Nico -telmich- Schottelius @ 2005-05-12 8:49 UTC (permalink / raw)
To: The development of GRUB 2
[-- Attachment #1: Type: text/plain, Size: 1414 bytes --]
Marco Gerards [Tue, May 10, 2005 at 08:03:57PM +0200]:
> Hollis Blanchard <hollis@penguinppc.org> writes:
>
> > I'd like to rename the PPC executable from "grubof" to "grub". If
> > nothing else, it will avoid the question "is it grubof.cfg or
> > grub.cfg?". Thoughts?
>
> What I would prefer is _grub or so. To make clear it is not usable
> just like this. We don't want people loading this file directly.
> Adding a "_" might make it clear this is a file that is weird in a way
> and users should not use it directly. The name `grubof' is not *that*
> bad either. People do not use it directly, right?
>
> For any arch the config file should be called grub.cfg, IMO.
Oh, I misunderstood hollis, if that's true. I thought grubof will later
be the 'call it with a configuration, wait some seconds, and grub is
installed'-tool.
Btw, what will the way you advise,
a) like yaboot, mount the bootstrap partiton only when writing config
b) or mount it as /boot, modifiy grub.cfg on it?
I would like the later option, because as far as I understood, making
changes to grub.cfg does not need any command execution, as grub
(the binary, which can be loaded by of) didn't change.
Or is this assumption wrong?
Nico
--
Keep it simple & stupid, use what's available.
Please use pgp encryption: 8D0E 27A4 is my id.
http://nico.schotteli.us | http://linux.schottelius.org
[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: PPC executable name
2005-05-12 8:49 ` Nico -telmich- Schottelius
@ 2005-05-12 11:21 ` Marco Gerards
0 siblings, 0 replies; 5+ messages in thread
From: Marco Gerards @ 2005-05-12 11:21 UTC (permalink / raw)
To: The development of GRUB 2
Nico -telmich- Schottelius <nico-linux-grub@schottelius.org> writes:
> Btw, what will the way you advise,
> a) like yaboot, mount the bootstrap partiton only when writing config
> b) or mount it as /boot, modifiy grub.cfg on it?
>
> I would like the later option, because as far as I understood, making
> changes to grub.cfg does not need any command execution, as grub
> (the binary, which can be loaded by of) didn't change.
Right, this (b) is what I would prefer as well. GRUB loads grub.cfg
from the path configured by prefix (a GRUB variable). This variable
is set automatically to the place grub (the OF binary) is loaded from,
and can be overridden in OF (if Hollis applies his patch).
--
Marco
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-05-12 11:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-09 3:02 PPC executable name Hollis Blanchard
2005-05-10 12:58 ` Nico -telmich- Schottelius
2005-05-10 18:03 ` Marco Gerards
2005-05-12 8:49 ` Nico -telmich- Schottelius
2005-05-12 11:21 ` Marco Gerards
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.