From ddffc825dd03a02f22cfa5ecf755191a8cf38033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Tue, 23 Apr 2024 15:33:10 +0300 Subject: [PATCH] Update actions.py --- system/boot/grub2/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/boot/grub2/actions.py b/system/boot/grub2/actions.py index 39d500fe..5c17074b 100644 --- a/system/boot/grub2/actions.py +++ b/system/boot/grub2/actions.py @@ -74,7 +74,7 @@ def install(): #pisitools.insinto("/boot/grub2", "unicode.pf2") # Insall our theme - pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Pisilinux2.3.4-Grub2-Themes-1.0/*") + pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Pisilinux2.4-Grub2-Themes-1/*") #remove -r 0x0-0x7F entries to fix ugly fonts or find a suitable range parameter -r *** shelltools.system("./grub-mkfont -o DejaVuSans-10.pf2 -r 0x0-0x7F -s 10 /usr/share/fonts/dejavu/DejaVuSans.ttf")