thedude linux # grub2-mkconfig /sbin/grub2-mkconfig: line 47: /usr/share/grub2/grub-mkconfig_lib: No such file or directory grub-mkconfig_lib is installed in /usr/share/grub so I needed to create a symlink to repair this. Regards, Kfir Reproducible: Always
bug in upstream code. reports for live bzr code should go to grub as they're the maintainers of the live tree. looks like Makefile.am should use "grubdata_DATA += grub-mkconfig_lib" instead of pkgdata_DATA ...
Created bug upstream: https://savannah.gnu.org/bugs/index.php?35542 Kfir