Re: [PATCH] Add grub-mkrescue --exclude option

2007-12-06 Thread Christian Franke
Robert Millan wrote: > On Tue, Nov 20, 2007 at 08:37:50PM +0100, Christian Franke wrote: > > This adds an option to exclude specific modules from the rescue > > image. > > > > Do you want this because of the ata module ? Inclussion of ata.mod at > this point is IMO a bug. If that's your only re

Re: [PATCH] Add grub-mkrescue --exclude option

2007-12-06 Thread Robert Millan
On Tue, Nov 20, 2007 at 08:37:50PM +0100, Christian Franke wrote: > This adds an option to exclude specific modules from the rescue image. Do you want this because of the ata module ? Inclussion of ata.mod at this point is IMO a bug. If that's your only reason for wanting this feature, I'd rathe

[PATCH] Add grub-mkrescue --exclude option

2007-11-20 Thread Christian Franke
This adds an option to exclude specific modules from the rescue image. Christian 2007-11-20 Christian Franke <[EMAIL PROTECTED]> * util/i386/pc/grub-mkrescue.in: Add option --exclude. --- grub2.orig/util/i386/pc/grub-mkrescue.in 2007-07-22 01:32:32.0 +0200 +++ grub2/util/i3