Re: Convert grub2 kernel core.img to linux kernel format

2007-12-12 Thread Bean
On second thoughts,the original patch is better, because lnxboot.img works with core.img, which depends on boot.img, kernel.img and grub-mkimage that exist only in i386-pc. -- Bean ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/ma

Re: BTS overhaul

2007-12-12 Thread Jordi Mallach
On Wed, Dec 12, 2007 at 03:37:28PM +0100, Robert Millan wrote: > No response? Does anybody object if I proceed? Did anyone comment on the trac-based solution I mentioned? If someone did, I missed it, sorry. -- Jordi Mallach Pérez -- Debian developer http://www.debian.org/ [EMAIL PROTECTED

Re: BTS overhaul

2007-12-12 Thread Bean
On Dec 12, 2007 10:37 PM, Robert Millan <[EMAIL PROTECTED]> wrote: > > No response? Does anybody object if I proceed? > This is a very good idea, many old items are inappropriate anyway. -- Bean ___ Grub-devel mailing list Grub-devel@gnu.org http://

Re: Switching to git?

2007-12-12 Thread Amin Azez
* Otavio Salvador wrote, On 12/12/07 15:03: > Robert Millan <[EMAIL PROTECTED]> writes: > > >> I myself have no objection. I'd prefer svn, but that's not supported by >> Savannah yet, and anything is better than CVS IMO. In the event that we >> decide to migrate to svn in the future, though, i

Re: Convert grub2 kernel core.img to linux kernel format

2007-12-12 Thread Bean
Ok. 2007-12-12 Bean <[EMAIL PROTECTED]> * conf/i386-pc.rmk (pkgdata_IMAGES): Add lnxboot.img. (lnxboot_img_SOURCES): New variable. (lnxboot_img_ASFLAGS): Likewise. (lnxboot_img_LDFLAGS): Likewise. * conf/i386-linuxbios.rmk (pkgdata_PROGRAMS): Add lnxboot

Re: Switching to git?

2007-12-12 Thread Otavio Salvador
Robert Millan <[EMAIL PROTECTED]> writes: > I myself have no objection. I'd prefer svn, but that's not supported by > Savannah yet, and anything is better than CVS IMO. In the event that we > decide to migrate to svn in the future, though, is there an easy path > from git to svn? I doubt that y

Re: Switching to git?

2007-12-12 Thread Robert Millan
On Wed, Dec 12, 2007 at 10:36:17AM -0500, Pavel Roskin wrote: > Quoting Robert Millan <[EMAIL PROTECTED]>: > > >I myself have no objection. I'd prefer svn, but that's not supported by > >Savannah yet, and anything is better than CVS IMO. In the event that we > >decide to migrate to svn in the fu

Re: [PATCH] Move NTFS compression support to new module ntfscomp

2007-12-12 Thread Bean
Ok. 2007-12-12 Bean <[EMAIL PROTECTED]> * conf/common.rmk (pkgdata_MODULES): Add ntfscomp.mod. (ntfscomp_mod_SOURCES): New variable. (ntfscomp_mod_CFLAGS): Likewise. (ntfscomp_mod_LDFLAGS): Likewise. * conf/i386-pc.rmk (grub_setup_SOURCES): Add fs/ntfsco

Re: [PATCH] Fix for linker build ID in Fedora 8

2007-12-12 Thread Robert Millan
Is this fixed now? On Mon, Nov 26, 2007 at 08:06:27AM -0500, Pavel Roskin wrote: > On Mon, 2007-11-26 at 13:54 +0100, Lubomir Kundrak wrote: > > On Mon, 2007-11-26 at 07:35 -0500, Pavel Roskin wrote: > > > > The objcopy test exists to detect certain breakage in objcopy. I'm not > > > sure that

Re: [PATCH] Move NTFS compression support to new module ntfscomp

2007-12-12 Thread Robert Millan
On Fri, Nov 30, 2007 at 02:58:11AM +0800, Bean wrote: > Hi, > > This patch move NTFS compression function to a standalone module > ntfscomp. To access NTFS compression file, you just need to load > ntfscomp dynamically: > > insmod ntfscomp > > Compression support is not needed most of the time.

Re: Switching to git?

2007-12-12 Thread Pavel Roskin
Quoting Robert Millan <[EMAIL PROTECTED]>: I myself have no objection. I'd prefer svn, but that's not supported by Savannah yet, and anything is better than CVS IMO. In the event that we decide to migrate to svn in the future, though, is there an easy path from git to svn? I believe git-svn

Re: Convert grub2 kernel core.img to linux kernel format

2007-12-12 Thread Robert Millan
On Fri, Dec 07, 2007 at 12:13:03AM +0800, Bean wrote: > Hi, > > Added a new file boot/i386/pc/lnxboot.S, which will compile into Could you make this boot/i386/lnxboot.S ? In principle, this should work on other firmware (except maybe EFI). It'd also be good to include it in the makefile for at

Re: BTS overhaul

2007-12-12 Thread Robert Millan
No response? Does anybody object if I proceed? On Thu, Dec 06, 2007 at 01:01:23PM +0100, Robert Millan wrote: > > Hi! > > I'd like to overhaul the GRUB BTS in Savannah so that it can be used to > track bugs in (or feature requests for) GRUB 2. > > What I propose to do is review all bugs, and:

Re: New module to detect vmware

2007-12-12 Thread Robert Millan
On Thu, Dec 06, 2007 at 02:19:25PM +0100, Martin Haaß wrote: > Hi all! > I tried to build a module to detect vmware. Attached is the module and a test > grub.cfg > It is basically working though I have some questions: > > can i use the return value of the function (e.g. vmware_detect) to give bac

Re: Switching to git?

2007-12-12 Thread Robert Millan
On Thu, Dec 06, 2007 at 12:45:48PM -0500, Pavel Roskin wrote: > > Other GNU projects have switched to git. Savannah supports git. The > list of the GNU projects using git is pretty impressive: > http://git.sv.gnu.org/gitweb/ Savannah support was the main concern raised by Okuji last time a prop