FS#72904 - [grub] Add GRUB_DISABLE_OS_PROBER to grub.default

Attached to Project: Arch Linux
Opened by bobpaul (bobpaul) - Thursday, 02 December 2021, 18:34 GMT
Last edited by Christian Hesse (eworm) - Saturday, 25 December 2021, 21:34 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To Ronald van Haren (pressh)
Christian Hesse (eworm)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
It's common for config files shipped with packages include most/all of the available options (with defaults commented out or otherwise noted). And indeed, there are other options included in the `grub.default` that are commented out.

I think it would be nice if the following was included in `grub.default`:

```
# install os-prober and uncomment to detect and include other operating systems
#GRUB_DISABLE_OS_PROBER=true
```
This task depends upon

Closed by  Christian Hesse (eworm)
Saturday, 25 December 2021, 21:34 GMT
Reason for closing:  Fixed
Additional comments about closing:  in svn
Comment by Bruno (bob23450) - Sunday, 05 December 2021, 17:23 GMT
Shouldn't it be:

# install os-prober and uncomment to detect and include other operating systems
#GRUB_DISABLE_OS_PROBER=false

to act as described in the comment line?

Loading...