From 687dd02f8f47834ced1d17f8b9f94fb63e76ed85 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 9 Apr 2020 19:58:19 +0300 Subject: [PATCH] grub2 rebuild unicode --- system/boot/grub2/actions.py | 8 +++++--- system/boot/grub2/pspec.xml | 7 +++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/system/boot/grub2/actions.py b/system/boot/grub2/actions.py index 1501d71f..72e1b076 100644 --- a/system/boot/grub2/actions.py +++ b/system/boot/grub2/actions.py @@ -24,6 +24,7 @@ def setup(): #shelltools.system("./autogen.sh") autotools.configure("--disable-werror \ --with-grubdir=grub2 \ + --with-bootdir='/boot' \ --program-transform-name='s,grub,grub2,'\ --program-prefix= \ --with-platform=pc \ @@ -36,6 +37,7 @@ def setup(): #shelltools.system("./autogen.sh") autotools.configure("--disable-werror \ --with-grubdir=grub2 \ + --with-bootdir='/boot' \ --program-transform-name='s,grub,grub2,'\ --program-prefix= \ --with-platform=efi \ @@ -57,12 +59,12 @@ def build(): def install(): # Install unicode.pf2 using downloaded font source. - shelltools.system("./grub-mkfont -o unicode.pf2 unifont.bdf") + #shelltools.system("./grub-mkfont -o unicode.pf2 unifont.bdf") # Create directory for grub.cfg file - pisitools.dodir("/boot/grub2") + #pisitools.dodir("/boot/grub2") - pisitools.insinto("/boot/grub2", "unicode.pf2") + #pisitools.insinto("/boot/grub2", "unicode.pf2") # Insall our theme pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Pisilinux-Bluez-0.1/*") diff --git a/system/boot/grub2/pspec.xml b/system/boot/grub2/pspec.xml index d2456678..33f7e619 100644 --- a/system/boot/grub2/pspec.xml +++ b/system/boot/grub2/pspec.xml @@ -91,6 +91,13 @@ + + 2020-04-09 + 2.04 + Rebuild unicode + Mustafa Cinasal + muscnsl@gmail.com + 2020-03-28 2.04