https://bugzilla.novell.com/show_bug.cgi?id=784980 https://bugzilla.novell.com/show_bug.cgi?id=784980#c2 --- Comment #2 from Michael Chang <mchang@suse.com> 2012-10-15 10:15:14 UTC --- Hi Andrey, Thanks for your patch. It looks great to me but the issue has been addressed and fixed in factory several days ago. The new script now looks like this: %post efi /sbin/install-info %{_infodir}/grub-dev.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : # To check by current loader settings if [ -f %{_sysconfdir}/sysconfig/bootloader ]; then . %{_sysconfdir}/etc/sysconfig/bootloader fi if [ "x${LOADER_TYPE}" = "xgrub2-efi" ]; then # It's enought to call update-bootloader --refesh to install grub2 and update it's config /sbin/update-bootloader --refresh || true fi %endif The update-bootloader is SUSE specific tools for managing bootloader settings & installation and which honers sysconfig settings. Let me know if you still have any problem. Thanks, Michael -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.