Re: [PATCH] templates: Properly disable the os-prober by default

2021-03-10 Thread Daniel Kiper
On Tue, Mar 09, 2021 at 10:10:14PM +0100, Philip Müller wrote: > - disable os-prober by default in grub-mkconfig.in by setting > GRUB_DISABLE_OS_PROBER to true > - fixes logic in 30_os-prober.in > - update grub_warn() lines > > Reason for code shuffle in grub-mkconfig.in: > > The default was GR

Re: [PATCH] templates: Properly disable the os-prober by default

2021-03-09 Thread Daniel Kiper
On Fri, Mar 05, 2021 at 10:15:36PM +0100, Philip Müller wrote: > - disable os-prober by default in grub-mkconfig.in by setting > GRUB_DISABLE_OS_PROBER to true > - fixes logic in 30_os-prober.in > > Reason for code shuffle in grub-mkconfig.in: > > The default was GRUB_DISABLE_OS_PROBER=false if

[PATCH] templates: Properly disable the os-prober by default

2021-03-05 Thread Philip Müller
- disable os-prober by default in grub-mkconfig.in by setting GRUB_DISABLE_OS_PROBER to true - fixes logic in 30_os-prober.in Reason for code shuffle in grub-mkconfig.in: The default was GRUB_DISABLE_OS_PROBER=false if you don't set GRUB_DISABLE_OS_PROBER at all. To prevent os-prober from st

Re: [PATCH] templates: Properly disable the os-prober by default

2021-03-05 Thread Didier Spaier
Le 05/03/2021 à 22:15, Philip Müller a écrit : - disable os-prober by default in grub-mkconfig.in by setting GRUB_DISABLE_OS_PROBER to true - fixes logic in 30_os-prober.in Reason for code shuffle in grub-mkconfig.in: The default was GRUB_DISABLE_OS_PROBER=false if you don't set GRUB_DI