-
-
Notifications
You must be signed in to change notification settings - Fork 650
Add indicators for grub distro level menus #2693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was refactored with #2575 so sadly the easy way we had then doesn't work now. I will investigate deeper. |
This feature request was raised against Cobbler version 3.1.2 since that is was SUMA uses atm. Since the refactoring by @tpw56j was done, I need to reproduce that on @tpw56j do you have an idea how to add an indicator. I saw your code and was wondering where the most top level menu is generated for all loaders? In |
As written in #2684 I found that the children list has invalid entries and thus i need to dive deeper there first. |
@SchoolGuy I will try to remember how the menu is formed, and maybe I will have ideas. |
@tpw56j If not, I will dive into the code deep myself, please just give me ping in any of both cases. :) |
@SchoolGuy I'm very busy right now and will only be able to do this at the end of the week.:( |
@tpw56j That is totally fine. Don't feel bad about it. If you look at the end of the week and update if you took a look or not that is enough. If it is closed by then you just know that I now understand your code... ;) |
@SchoolGuy Maybe this problem can be solved by changing the submenu templates? For example by adding the '>' symbol in front of $menu_name to |
@tpw56j Thanks for the suggestion. I will try to apply and check it tomorrow! |
Is your feature request related to a problem?
This issue is related to #2217
Currently Grub does not indicate that the menu structure contains submenus. Thus we desire that because not everyone knows that we are using submenus now.
Provide a detailed description of the proposed feature
An indicator in the menu which shows that this is not a boot entry.
Alternatives you've considered
Additional information
Internal Bug for SUSE Employees: https://github.com/SUSE/spacewalk/issues/15241
The text was updated successfully, but these errors were encountered: