All of lore.kernel.org
 help / color / mirror / Atom feed
* config file
@ 2005-01-23 14:28 Yoshinori K. Okuji
  2005-01-23 15:06 ` Serbinenko Vladimir
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Yoshinori K. Okuji @ 2005-01-23 14:28 UTC (permalink / raw)
  To: grub-devel

I'd like to raise an issue about the config file.

In GRUB Legacy, the structure of menu.lst is ugly, because it has a 
strange state when interpretting it. The semantics is that commands are 
executed until the first "title" is encounterred. Afterwards, commands 
are only "remembered" as boot entries. I think it would be more 
straightforward if commands are always executed.

I'd like to redesign it in GRUB 2. One example is to write a boot entry 
like this:

entry "GNU/Hurd" {
  root=(hd0,0)
  multiboot /boot/gnumach
  module /boot/serverboot
  ...
}

This idea is to make a boot entry a kind of shell function.

What do you think?

Okuji



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

end of thread, other threads:[~2005-02-04  9:40 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-23 14:28 config file Yoshinori K. Okuji
2005-01-23 15:06 ` Serbinenko Vladimir
2005-01-23 15:26   ` Vincent Pelletier
2005-01-23 15:13 ` Marco Gerards
2005-01-23 16:09   ` Yoshinori K. Okuji
2005-01-23 16:28     ` Vincent Pelletier
2005-01-23 17:02       ` Serbinenko Vladimir
2005-01-29 10:44         ` menu variable Serbinenko Vladimir
2005-01-29 13:37           ` Yoshinori K. Okuji
2005-01-29 14:34             ` Yoshinori K. Okuji
2005-01-23 16:44 ` config file chaac
2005-01-23 16:55   ` Vincent Pelletier
2005-01-23 17:23     ` Marco Gerards
2005-01-23 18:12     ` Yoshinori K. Okuji
2005-01-23 17:08   ` Marco Gerards
2005-01-27 18:57     ` chaac
2005-01-28 16:29       ` Marco Gerards
2005-02-04  8:23 ` Nico -telmich- Schottelius
2005-02-04  8:52   ` Yoshinori K. Okuji

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.