From 19cf8305972a4d917fe3eeff7840532d84001bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20I=C5=9EIK?= Date: Tue, 12 Sep 2023 21:22:51 +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 4d547a8e..39d500fe 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/PisiNar-Grub2-Themes-pisinar-grub2-theme-v1.3/*") + pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Pisilinux2.3.4-Grub2-Themes-1.0/*") #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")