Re: [PATCH] Add DragonFly BSD disklabel64 support

2013-05-18 Thread Radosław Szymczyszyn
2013/5/15 Vladimir 'φ-coder/phcoder' Serbinenko : > Comitted after correcting several problems including the fact that image > you provided contained bootloader. Great to "hear" that! I'm not sure about a bootloader right now (DragonFly's fdisk might place one by default when creating a partition

Re: [PATCH] Add DragonFly BSD disklabel64 support

2013-04-03 Thread Radosław Szymczyszyn
> Please email the following information [...] Done. >> +fail: >> + return grub_error (GRUB_ERR_BAD_PART_TABLE, "disklabel64 not found"); >> +} > There is only one user for this label. Please put this part directly at > where it's used Fixed. part-dfly.3.patch Description: Binary data __

Re: [PATCH] Add DragonFly BSD disklabel64 support

2013-04-01 Thread Radosław Szymczyszyn
2013/4/1 Radosław Szymczyszyn > 2013/4/1 Vladimir 'φ-coder/phcoder' Serbinenko > >> On 26.03.2013 15:44, Radosław Szymczyszyn wrote: >> >> > + if (! (dpart.boffset && dpart.bsize)) >> > + continue; >> >> Why do y

Re: [PATCH] Add DragonFly BSD disklabel64 support

2013-04-01 Thread Radosław Szymczyszyn
2013/4/1 Vladimir 'φ-coder/phcoder' Serbinenko > On 26.03.2013 15:44, Radosław Szymczyszyn wrote: > > > + if (! (dpart.boffset && dpart.bsize)) > > + continue; > > Why do you exclude partitions starting at 0? > Sorry, my mistake. The contrac

[PATCH] Add missing brackets in debug messages (apple.c)

2013-03-26 Thread Radosław Szymczyszyn
apple-missing-brackets.patch Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH] Note that xorriso is required for make check

2013-03-26 Thread Radosław Szymczyszyn
install-xorriso.patch Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Enabling DragonFly BSD disklabel64 read support

2013-01-21 Thread Radosław Szymczyszyn
ead disklabel. I'm looking forward to the inclusion of this code into GRUB or any comments before it might be possible. Regards, Radosław Szymczyszyn [1]: https://bitbucket.org/erszcz/grub [2]: http://student.agh.edu.pl/~sradosla/multiboot-example-disklabel64.ogv diff --git a/.gitig

Re: Enabling DragonFly BSD disklabel64 read support

2013-01-16 Thread Radosław Szymczyszyn
2013/1/16 Vladimir 'φ-coder/phcoder' Serbinenko : > Setting debug variable. > E.g. debug=all or debug=usb Thank you. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Enabling DragonFly BSD disklabel64 read support

2013-01-16 Thread Radosław Szymczyszyn
2013/1/15 Andrey Borzenkov : > I use git-bzr-ng: https://github.com/termie/git-bzr-ng Hmmm, I'm a little worried, as my bzr version is 2.6 and the github page mentions 2.3 as the newest. The cloning went fine though, so I'll give it a try. Thanks for the hint.

Enabling DragonFly BSD disklabel64 read support

2013-01-15 Thread Radosław Szymczyszyn
;s the proper way of enabling these diagnostic messages? Thanks in advance. Regards, Radosław Szymczyszyn ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel