Re: [PATCH] grub-probe -t prefix, fix update-grub_lib for Cygwin

2008-07-29 Thread Christian Franke
Christian Franke wrote: Robert Millan wrote: On Sun, Jul 20, 2008 at 02:40:14PM +0200, Christian Franke wrote: The shell function make_system_path_relative_to_its_root() does not work on Cygwin due to path mapping (e.g. /boot/grub/ is actually /cygwin/boot/grub). This patch adds '-t prefix

Re: [PATCH] grub-probe -t prefix, fix update-grub_lib for Cygwin

2008-07-27 Thread Christian Franke
Robert Millan wrote: On Sun, Jul 20, 2008 at 02:40:14PM +0200, Christian Franke wrote: The shell function make_system_path_relative_to_its_root() does not work on Cygwin due to path mapping (e.g. /boot/grub/ is actually /cygwin/boot/grub). This patch adds '-t prefix' to grub-probe. It prin

Re: [PATCH] grub-probe -t prefix, fix update-grub_lib for Cygwin

2008-07-24 Thread Christian Franke
Christian Franke wrote: Robert Millan wrote: On Sun, Jul 20, 2008 at 02:40:14PM +0200, Christian Franke wrote: The shell function make_system_path_relative_to_its_root() does not work on Cygwin due to path mapping (e.g. /boot/grub/ is actually /cygwin/boot/grub). This patch adds '-t prefix

Re: [PATCH] grub-probe -t prefix, fix update-grub_lib for Cygwin

2008-07-22 Thread Christian Franke
Robert Millan wrote: On Sun, Jul 20, 2008 at 02:40:14PM +0200, Christian Franke wrote: The shell function make_system_path_relative_to_its_root() does not work on Cygwin due to path mapping (e.g. /boot/grub/ is actually /cygwin/boot/grub). This patch adds '-t prefix' to grub-probe. It prin

Re: [PATCH] grub-probe -t prefix, fix update-grub_lib for Cygwin

2008-07-22 Thread Robert Millan
On Sun, Jul 20, 2008 at 02:40:14PM +0200, Christian Franke wrote: > The shell function make_system_path_relative_to_its_root() does not work > on Cygwin due to path mapping (e.g. /boot/grub/ is actually > /cygwin/boot/grub). > > This patch adds '-t prefix' to grub-probe. It prints result from >

[PATCH] grub-probe -t prefix, fix update-grub_lib for Cygwin

2008-07-20 Thread Christian Franke
The shell function make_system_path_relative_to_its_root() does not work on Cygwin due to path mapping (e.g. /boot/grub/ is actually /cygwin/boot/grub). This patch adds '-t prefix' to grub-probe. It prints result from grub_get_prefix() which is already extended for Cygwin (svn rev 1584). The r