Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-15 Thread Chip Panarchy
Hello Great, thanks. On Wed, Apr 15, 2009 at 7:40 AM, Joey Korkames wrote: > You can checkout the code via: > svn co svn://svn.savannah.gnu.org/grub/trunk/grub2 > Then use the autocompile.sh script that was posted earlier to make builds of > grub2 or you can wait for the nightly autobuilder to b

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-14 Thread Joey Korkames
You can checkout the code via: svn co svn://svn.savannah.gnu.org/grub/trunk/grub2 Then use the autocompile.sh script that was posted earlier to make builds of grub2 or you can wait for the nightly autobuilder to be set-up and just download its results (from wherever they will be announced).

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-14 Thread Chip Panarchy
Awesome. BTW: How do these update to GRUB2 work, I mean to the patches, once proven automatically get integrated into GRUB2 (and released to the official website)? On Mon, Apr 13, 2009 at 9:44 PM, Felix Zielcke wrote: > Am Samstag, den 11.04.2009, 23:52 +0200 schrieb Felix Zielcke: >> Hi, >> >>

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-13 Thread Felix Zielcke
Am Samstag, den 11.04.2009, 23:52 +0200 schrieb Felix Zielcke: > Hi, > > on BSD grub-install thinks that you're wanting to do a cross-install > when in fact you won't. > The problem is that in install_drive the BSD partition number isn't > removed before doing the cross-install check. > I'm not su

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-13 Thread Chip Panarchy
Hello Great, looking forward to its completion. Panarchy On Mon, Apr 13, 2009 at 7:08 PM, phcoder wrote: > Hello, I'm sorry if my responses have been a bit rude too. > Chip Panarchy wrote: >> >> You're right. >> >> Once I have all my operating systems installed, working correctly, >> have succe

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-13 Thread phcoder
Hello, I'm sorry if my responses have been a bit rude too. Chip Panarchy wrote: You're right. Once I have all my operating systems installed, working correctly, have successfully created my 2 Linux distributions, have some time off (starting work tomorrow!), then I will learn some C++, and help

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-12 Thread Chip Panarchy
You're right. Once I have all my operating systems installed, working correctly, have successfully created my 2 Linux distributions, have some time off (starting work tomorrow!), then I will learn some C++, and help with the development of software like GRUB2. In the meantime, I will have to leec

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-12 Thread phcoder
Please, don't bother developers with same request in multiple threads. Not only it doesn't help to promote your suggestion but is also annoying. I feel it is actually unnice how you push your suggestions hardly without offering any help in developement Chip Panarchy wrote: Hi Ah, interesting.

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-12 Thread Felix Zielcke
Am Sonntag, den 12.04.2009, 17:12 +1000 schrieb Chip Panarchy: > Hi > > Ah, interesting. > > I've been trying to get a feature added to GRUB2 to do with > FreeBSD-amd64. That is to give GRUB2 the feature which allows for > direct 'calling' of the 64-bit FreeBSD kernel. GRUB2 currently > supports

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-12 Thread Chip Panarchy
Hi Ah, interesting. I've been trying to get a feature added to GRUB2 to do with FreeBSD-amd64. That is to give GRUB2 the feature which allows for direct 'calling' of the 64-bit FreeBSD kernel. GRUB2 currently supports only the 32-bit version. If you have the skill, and the time, can you please g

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-12 Thread Felix Zielcke
Am Sonntag, den 12.04.2009, 09:45 +1000 schrieb Chip Panarchy: > Which BSD? > Debian GNU/kFreeBSD-amd64 -- Felix Zielcke ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-11 Thread Chip Panarchy
Which BSD? On Sun, Apr 12, 2009 at 7:52 AM, Felix Zielcke wrote: > Hi, > > on BSD grub-install thinks that you're wanting to do a cross-install > when in fact you won't. > The problem is that in install_drive the BSD partition number isn't > removed before doing the cross-install check. > I'm not

[PATCH] remove BSD partition number from install_drive/grub_drive in grub-install

2009-04-11 Thread Felix Zielcke
Hi, on BSD grub-install thinks that you're wanting to do a cross-install when in fact you won't. The problem is that in install_drive the BSD partition number isn't removed before doing the cross-install check. I'm not sure if the regexp is okay so or if it could be better, but at least it works f