Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-09 Thread Felix Zielcke
Hello, Am Freitag, den 08.08.2008, 23:13 +0200 schrieb Christian Franke: I agree. I posted a patch which handles both grub.d/10_windows and grub-pe2elf. Thanks I even saw that mail before this. I even reverted now my rm -f 10_windows change to current Debian trunk, but to commit I wait

Re: Bug#494383: grub-pc: Grub2 cannot find LVM volume groups with a dash (-) in the name

2008-08-09 Thread Felix Zielcke
Hello, Am Freitag, den 08.08.2008, 22:23 +0200 schrieb root: grub-probe: error: Unknown device linux--vg-boot Autodetection of a file system module failed Please specify the module with the option --modules explicitly I never used LVM before so maybe I did something wrong, but I think the

Re: [PATCH] New command checktime

2008-08-09 Thread Isaac Dupree
Bean wrote: I agree with Colin the datetime representation should be more intuitive, but we should stick to one layout. I use the following format now: date [[year-]month-day] [hour:minute[:second]] date is separated by `-' , and time `:', year and second part can be omitted. I'm also a fan

Re: [PATCH] New command checktime

2008-08-09 Thread Bean
On Sat, Aug 9, 2008 at 7:20 PM, Isaac Dupree [EMAIL PROTECTED] wrote: Bean wrote: I agree with Colin the datetime representation should be more intuitive, but we should stick to one layout. I use the following format now: date [[year-]month-day] [hour:minute[:second]] date is separated by

Re: [PATCH] Don't install Cygwin specific files elsewhere

2008-08-09 Thread Christian Franke
Christian Franke wrote: This patch prevents the install of grub.d/10_windows on other OS. grub-pe2elf is only installed if requested by --enable-grub-pe2elf. Even on Cygwin, grub-pe2elf is only required during build. Committed. ___ Grub-devel

Re: bug: cygwin support breaks cross compiles on cygwin

2008-08-09 Thread Christian Franke
Felix Zielcke wrote: Am Freitag, den 08.08.2008, 23:13 +0200 schrieb Christian Franke: I agree. I posted a patch which handles both grub.d/10_windows and grub-pe2elf. Thanks I even saw that mail before this. I even reverted now my rm -f 10_windows change to current Debian trunk, but

Crypto Patch: Legal Issues

2008-08-09 Thread Michael Gorven
Hi Two months ago[1] I announced on this list that I was working on adding support for LUKS encrypted partitions to GRUB. I had some queries[2] regarding other code which I have used, and still haven't had a proper response to those queries. Could someone please advise me on what needs to be

Re: Crypto Patch: Legal Issues

2008-08-09 Thread Marco Gerards
Hi Michael, Michael Gorven [EMAIL PROTECTED] writes: Two months ago[1] I announced on this list that I was working on adding support for LUKS encrypted partitions to GRUB. I had some queries[2] regarding other code which I have used, and still haven't had a proper response to those

Re: [PATCH] Drivemap module

2008-08-09 Thread Javier Martín
In this reply-to-myself hoping to keep the thread continuity, I put forth the new version 7 of the patch with the following changes: - A new switch -s/--swap has been implemented, so that running drivemap -s hd0 hd1 is equivalent to issuing the command twice with the arguments normal, then

[PATCH] bug fix for raid code

2008-08-09 Thread Bean
Hi, This patch fix an issue in raid0. mdadm set the disk size field in super block to 0 for raid0, so the size of device (md0) will be 0. This patch fix this by calculating the size of (md0) when array-disk_size is 0. Another problem is actually caused by qemu, but as it's the main testing

Re: Crypto Patch: Legal Issues

2008-08-09 Thread Michael Gorven
On Saturday 09 August 2008 17:24:23 Marco Gerards wrote: I was about the review Simon's patch. What is the best way to proceed. More than one person works on this and I am confused about how to deal with this. Would it help if Simons work got in first, or didn't you continue with this, but

How to synchronize local svn with official svn?

2008-08-09 Thread y.volta
hi all, I have a question about using svn: how can i synchronize the local copy with the local svn and official svn? for examle: 1. i checkout the official grub2 from SA (svn://svn.sv.gnu.org/grub/trunk/grub2) to LD (/home/grub2); 2. and then, i create a local site to host the

Re: How to synchronize local svn with official svn?

2008-08-09 Thread David Fries
On Sun, Aug 10, 2008 at 09:42:39AM +0800, y.volta wrote: hi all, I have a question about using svn: how can i synchronize the local copy with the local svn and official svn? I've solved that problem by using a different source control tool for the local repository. Currently I'm

Re: How to synchronize local svn with official svn?

2008-08-09 Thread Colin D Bennett
On Sun, 10 Aug 2008 09:42:39 +0800 y.volta [EMAIL PROTECTED] wrote: hi all, I have a question about using svn: how can i synchronize the local copy with the local svn and official svn? for examle: 1. i checkout the official grub2 from SA (svn://svn.sv.gnu.org/grub/trunk/grub2) to