From 2820e72f7359219ad45d284a352a091d5bd11c1c Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 6 Oct 2019 08:37:22 +0300 Subject: [PATCH] grub2 themes --- 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 fcbbd287..b1f30eaf 100644 --- a/system/boot/grub2/actions.py +++ b/system/boot/grub2/actions.py @@ -65,7 +65,7 @@ def install(): pisitools.insinto("/boot/grub2", "unicode.pf2") # Insall our theme - pisitools.insinto("/usr/share/grub/themes/","themes/pisilinux") + pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Pisilinux-Bluez-0.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")