Bug#801278: os-prober does detect Windows 10 as Windows Recovery Environment

2015-10-09 Thread Philipp Wolfer
2015-10-08 20:20 GMT+02:00 Geert Stappers : > On Thu, Oct 08, 2015 at 06:42:38PM +0200, Philipp Wolfer wrote: > > Actually I wanted to submit a git diff, but I could not figure out where > > the repository can be found. I have found it now, though :) > > Please email that

Bug#801278: os-prober does detect Windows 10 as Windows Recovery Environment

2015-10-09 Thread Cyril Brulebois
Philipp Wolfer (2015-10-09): > 2015-10-08 20:20 GMT+02:00 Geert Stappers : > > > On Thu, Oct 08, 2015 at 06:42:38PM +0200, Philipp Wolfer wrote: > > > Actually I wanted to submit a git diff, but I could not figure out where > > > the repository can be

Bug#801278: os-prober does detect Windows 10 as Windows Recovery Environment

2015-10-08 Thread Philipp Wolfer
Package: os-prober Version: 1.67 os-prober will detect Windows 10 as Windows Recovery Environment. The following change fixes it for me: os-prober-1.67/os-probes/mounted/x86/20microsoft < if grep -aqs "W.i.n.d.o.w.s. .8" "$2/$boot/$bcd"; then --- > if grep -aqs

Bug#801278: os-prober does detect Windows 10 as Windows Recovery Environment

2015-10-08 Thread Cyril Brulebois
Philipp Wolfer (2015-10-08): > Package: os-prober > Version: 1.67 > > > os-prober will detect Windows 10 as Windows Recovery Environment. > The following change fixes it for me: > > os-prober-1.67/os-probes/mounted/x86/20microsoft > < if grep -aqs

Bug#801278: os-prober does detect Windows 10 as Windows Recovery Environment

2015-10-08 Thread Philipp Wolfer
2015-10-08 14:31 GMT+02:00 Cyril Brulebois : > Thanks, Philipp, I've just pushed a release with this patch. > > [ For reference, diff -u is slightly nicer; even better, a git > format-patch would have helped getting proper authoring info to be > directly recorded into git. ] >

Bug#801278: os-prober does detect Windows 10 as Windows Recovery Environment

2015-10-08 Thread Geert Stappers
On Thu, Oct 08, 2015 at 06:42:38PM +0200, Philipp Wolfer wrote: > 2015-10-08 14:31 GMT+02:00 Cyril Brulebois : > > [ For reference, diff -u is slightly nicer; even better, a git > > format-patch would have helped getting proper authoring info to be > > directly recorded into git.