grub2 rebuild unicode
This commit is contained in:
@@ -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/*")
|
||||
|
||||
@@ -91,6 +91,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="17">
|
||||
<Date>2020-04-09</Date>
|
||||
<Version>2.04</Version>
|
||||
<Comment>Rebuild unicode</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2020-03-28</Date>
|
||||
<Version>2.04</Version>
|
||||
|
||||
Reference in New Issue
Block a user