-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hello, thank you for your project. I attempted to create a bootc-compatible image not based on Fedora and encountered several issues. The most significant challenge was the hardcoded references to grub2 in the code. The problem is that not all Linux-based systems adhere to the grub/grub2 naming convention. For instance, in the system I was working with, there is no grub2 package—what exists is simply grub, which is already version 2.*.
As a result, I had to manually replace all references to grub2 with grub in the code.
Would it be possible to make the dependency on grub2 optional? For example, this could be configured through a settings file or provided as a runtime option.
Thank you for considering this suggestion.
Metadata
Metadata
Assignees
Labels
No labels