Created attachment 286119 [details] patch I created a patch to add 2 config options that go in /etc/default/grub: GRUB_COLOR_NORMAL GRUB_COLOR_HIGH to set grub text color I also provide a different fix for the GRUB_DISTRIBUTOR variable: the one provided in the ebuild doesn't work (missing export), and if it worked it would make impossible to change the variable via /etc/default/grub, so I patched 10_linux directly
Is this patch in the upstream version? Eg in the bazaar repozitory? I preffer to do changes like this only if they were approved by the upstream.
(In reply to comment #1) > Is this patch in the upstream version? Eg in the bazaar repozitory? > I preffer to do changes like this only if they were approved by the upstream. No they aren't :(, however I only patched (minimally) the grub.d scripts. Anyway the GRUB_DISTRIBUTOR is actually a fix to what the ebuild is already trying to accomplish.
I'm not accepting patches for new features; this packages is complex enough. Submit it upstream if you wish.