[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
avoid firmware in grub-mkrescue (Re: moving ata initialisation to a comm
From: |
Robert Millan |
Subject: |
avoid firmware in grub-mkrescue (Re: moving ata initialisation to a command) |
Date: |
Wed, 26 Dec 2007 08:57:48 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
On Mon, Dec 17, 2007 at 05:01:42PM +0100, Marco Gerards wrote:
> Robert Millan <address@hidden> 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.
I'd suggest standarising in something that can work later for keyboards and
such. How about:
grub-mkrescue --avoid-firmware=disk ?
So that we can later add "disk,keyboard,screen" etc, and at the same time it'd
also work if grub-mkrescue was implemented for other platforms.
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
- Re: embedding filesystems in core image (Re: moving ata initialisation to a command), (continued)
- Re: embedding filesystems in core image (Re: moving ata initialisation to a command), Bean, 2007/12/24
- Re: embedding filesystems in core image (Re: moving ata initialisation to a command), Robert Millan, 2007/12/24
- Re: embedding filesystems in core image (Re: moving ata initialisation to a command), Bean, 2007/12/24
- Re: embedding filesystems in core image (Re: moving ata initialisation to a command), Robert Millan, 2007/12/24
- Re: embedding filesystems in core image (Re: moving ata initialisation to a command), Bean, 2007/12/24
- Re: embedding filesystems in core image (Re: moving ata initialisation to a command), Robert Millan, 2007/12/22
- Re: embedding filesystems in core image (Re: moving ata initialisation to a command), Yoshinori K. Okuji, 2007/12/22
- embedding data in ELF (Re: moving ata initialisation to a command), Robert Millan, 2007/12/26
avoid firmware in grub-mkrescue (Re: moving ata initialisation to a command),
Robert Millan <=