diff -Nur e-smith-grub-2.6.1.bz9668.old/root/etc/e-smith/events/actions/update-grub e-smith-grub-2.6.1.bz9668.new/root/etc/e-smith/events/actions/update-grub --- e-smith-grub-2.6.1.bz9668.old/root/etc/e-smith/events/actions/update-grub 2016-06-15 22:19:28.000000000 +0200 +++ e-smith-grub-2.6.1.bz9668.new/root/etc/e-smith/events/actions/update-grub 2016-07-15 01:44:57.039015248 +0200 @@ -1,5 +1,5 @@ #!/usr/bin/perl use strict; use warnings; - system("grub2-mkconfig","-o","/boot/grub2/grub.cfg") == 0 + system("/usr/sbin/grub2-mkconfig","-o","/boot/grub2/grub.cfg") == 0 or die("Unable to update grub2\n");