Robert Millan <[EMAIL PROTECTED]> writes:

> I'd like to move ata.mod initialisation away from its _init routine and into
> a separate command.  This way it isn't a nuissance when it gets included in
> monolithic builds (such as the ones made by grub-mkrescue) and disables 
> biosdisk
> completely.
>
> Does that sound fine?

No.  What if you put ata.mod in core.img?  You would expect your disks
will be detected and that grub.cfg will be loaded immediately.  The
user doesn't want to run a command to enable ata.mod and afterwards
load the grub.cfg manually.

A better solution, IMO, would be changing grub-mkrescue so it doesn't
load all modules.

--
Marco




_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to