diff --git a/system/boot/grub2/actions.py b/system/boot/grub2/actions.py index b1f30eaf..1501d71f 100644 --- a/system/boot/grub2/actions.py +++ b/system/boot/grub2/actions.py @@ -15,7 +15,7 @@ from pisi.actionsapi import shelltools def setup(): shelltools.copy("../unifont*.bdf", "./unifont.bdf") - shelltools.export("GRUB_CONTRIB", "%s/grub-2.02/grub-extras" % (get.workDIR())) + shelltools.export("GRUB_CONTRIB", "%s/grub-2.04/grub-extras" % (get.workDIR())) pisitools.cflags.remove("-fstack-protector", "-fasynchronous-unwind-tables", "-fexceptions", "-fPIC") pisitools.cflags.sub("\s?(-O[\ds]|-D_FORTIFY_SOURCE=\d)\s?", " ")