Re: [PATCH] Fix grub.d/10_windows for Cygwin 1.7

2010-05-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Christian Franke wrote: This change is already included in Cygwin package grub-1.98-2. - + test -z $needmap || cat EOF + drivemap -s (hd0) \$root +EOF You can't be sure on script runtime that C: is on hd0. Ironically especially when drivemap is used. But drivemap -s (hd0) (hd0) is a

Re: [PATCH] Fix grub.d/10_windows for Cygwin 1.7

2010-05-09 Thread Christian Franke
Vladimir 'φ-coder/phcoder' Serbinenko wrote: Christian Franke wrote: This change is already included in Cygwin package grub-1.98-2. - + test -z $needmap || catEOF + drivemap -s (hd0) \$root +EOF You can't be sure on script runtime that C: is on hd0. Ironically especially

Re: [PATCH] Fix grub.d/10_windows for Cygwin 1.7

2010-05-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Christian Franke wrote: - + test -z $needmap || catEOF +drivemap -s (hd0) \$root +EOF You can't be sure on script runtime that C: is on hd0. Ironically especially when drivemap is used. But drivemap -s (hd0) (hd0) is a nop, so no harm done. On the other hand Vista and 7 are

[PATCH] Fix grub.d/10_windows for Cygwin 1.7

2010-05-05 Thread Christian Franke
This change is already included in Cygwin package grub-1.98-2. -- Regards, Christian Franke === modified file 'ChangeLog' --- ChangeLog 2010-05-05 19:19:55 + +++ ChangeLog 2010-05-05 20:09:01 + @@ -1,3 +1,9 @@ +2010-05-05 Christian Franke fra...@computer.org + + *