Hello Zbyszek, Thanks a lot for your feedback. On Tue, Feb 5, 2019 at 10:33 AM Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> wrote: > > On Tue, Jan 29, 2019 at 05:40:30AM -0500, Matthew Miller wrote: > > On Tue, Jan 29, 2019 at 05:29:51AM -0500, Ben Cotton wrote: > > > Improve the GRUB menu by only having the default boot option for each > > > installed operating system in the main menu, and the other options > > > into a sub-menu. This would better organize the boot options and lead > > > to an easier and seamless boot experience. > > > > +1. I often see new users asking "why are there multiple Fedora choices?", or > > "which kernel should I use?" > > The Change page does not make it clear: is it possible to opt out of the > change, i.e. keep the current menu structure after grub2-mkconfig has run? > Yes, the Change page isn't clear. What I was thinking was to have a GRUB_ENABLE_SIMPLE_MENU option in /etc/default/grub that would control how the /etc/grub.d/* snippets would generate the grub menu. So users can opt-in by setting it to true and re-running grub2-mkconfig again. Conversely, users may opt-out by removing GRUB_ENABLE_SIMPLE_MENU from /etc/default/grub (or not setting it to true) and running grub2-mkconfig again. It's not possible to opt-out after grub2-mkconfig as run since that it's what generates the grub2.cfg that will contain the menu entries. But it's possible to re-generate the grub2.cfg file. I also think that Anaconda should only set GRUB_ENABLE_SIMPLE_MENU=true for Workstation, like we do with the GRUB menu auto hide feature. I'll update the Changes page to reflect this. Best regards, Javier _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx