Re: [PATCH] 30_os-prober: Provide GRUB_OS_PROBER_DISABLE_DEBUG

2019-07-25 Thread Michael Chang
On Tue, Jul 23, 2019 at 07:41:12PM +0100, Colin Watson wrote: > On Tue, Jul 16, 2019 at 07:28:32AM +, Michael Chang wrote: > > What about changing the os-prober default to disable the debug output ? > > I haven't thought about it in detail, but that seems reasonable enough. > Could you file a

Re: [PATCH] 30_os-prober: Provide GRUB_OS_PROBER_DISABLE_DEBUG

2019-07-23 Thread Colin Watson
On Tue, Jul 16, 2019 at 07:28:32AM +, Michael Chang wrote: > What about changing the os-prober default to disable the debug output ? I haven't thought about it in detail, but that seems reasonable enough. Could you file a bug report against os-prober in Debian? -- Colin Watson

Re: [PATCH] 30_os-prober: Provide GRUB_OS_PROBER_DISABLE_DEBUG

2019-07-16 Thread Michael Chang
On Mon, Jul 15, 2019 at 05:26:55PM +0100, Colin Watson wrote: > On Mon, Jul 15, 2019 at 09:28:31AM +, Michael Chang wrote: > > This patch adds support to disable os-prober debug output while running > > grub-mkconfig through GRUB_OS_PROBER_DISABLE_DEBUG=true in simple > > configuration interfac

Re: [PATCH] 30_os-prober: Provide GRUB_OS_PROBER_DISABLE_DEBUG

2019-07-15 Thread Colin Watson
On Mon, Jul 15, 2019 at 09:28:31AM +, Michael Chang wrote: > This patch adds support to disable os-prober debug output while running > grub-mkconfig through GRUB_OS_PROBER_DISABLE_DEBUG=true in simple > configuration interface. The os-prober needs to support the > OS_PROBER_DISABLE_DEBUG enviro

[PATCH] 30_os-prober: Provide GRUB_OS_PROBER_DISABLE_DEBUG

2019-07-15 Thread Michael Chang
This patch adds support to disable os-prober debug output while running grub-mkconfig through GRUB_OS_PROBER_DISABLE_DEBUG=true in simple configuration interface. The os-prober needs to support the OS_PROBER_DISABLE_DEBUG environment variable, which was introduced by 1.72 release. Signed-off-by: M