flatpak-overlay
flatpak-overlay copied to clipboard
ostree interferes with grub2-mkconfig
bails out with 'error: no such file or directory'
we don't use the bootable part of ostree, so maybe just disable it for now.
This is because the /etc/grub.d/15_ostree
file is installed which refers to grub-mkconfig_lib
which Gentoo doesn't provide currently.
Turns out grub-mkconfig_lib
not being provided was a local fluke and it now is the last line of the 15_ostree
script that is failing with the given error.
Ok, since we're not actively looking into this and the grub stuff is not important to flatpak, just disable it for now. Provided 2016.8-r1 with the fix
we can add a grub use flag for grub stuff. If possible mask the use flag.
I have not looked into this since I reported it, no idea if anything changed for the better in the meantime.
I never had requests for the other ostree use, so I assume it is pretty much a non-issue.