grub2 rebuild
This commit is contained in:
@@ -24,7 +24,6 @@ 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 \
|
||||
@@ -37,7 +36,6 @@ 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 \
|
||||
@@ -67,7 +65,7 @@ def install():
|
||||
#pisitools.insinto("/boot/grub2", "unicode.pf2")
|
||||
|
||||
# Insall our theme
|
||||
pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Pisilinux-Bluez-0.1/*")
|
||||
pisitools.insinto("/usr/share/grub/themes/pisilinux","themes/Vimix-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")
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@
|
||||
<Archive sha1sum="4ec712aced1c2b4cb6cd1cbd83fc2154249d6977" type="tarxz" target="grub-2.04/grub-extras">https://sourceforge.net/projects/pisilinux/files/source/grub2_extras_915resolution_r10.tar.xz</Archive>
|
||||
<Archive sha1sum="89bbdfcca0e22cecf43207ab96d1e17b3f64081c" type="gz">https://ftp.gnu.org/gnu/unifont/unifont-13.0.01/unifont_jp-13.0.01.bdf.gz</Archive>
|
||||
<!-- <Archive sha1sum="30797ba7a86fc32213b9ae994c9fa45f37d01170" type="gz">http://ftp.gnu.org/gnu/unifont/unifont-6.3.20131217/unifont-6.3.20131217.bdf.gz</Archive> -->
|
||||
<Archive sha1sum="91b6280aa62f1e04e6e147023e130b528416ac99" type="targz" target="grub-2.04/themes">https://github.com/sebo28/Pisilinux-Bluez/archive/v0.1.tar.gz</Archive>
|
||||
<Archive sha1sum="2977a0150526f3a13b116be8ae2ac5cbe9760f98" type="targz" target="grub-2.04/themes">https://github.com/sebo28/Vimix/archive/v0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>autogen</Dependency>
|
||||
<Dependency>binutils</Dependency>
|
||||
@@ -52,6 +52,7 @@
|
||||
<!-- <Patch level="1">intel-ucode.patch</Patch> -->
|
||||
<!-- <Patch level="1">2.02-gcc8.patch</Patch> -->
|
||||
<Patch level="1">0001-grub-install-fix-inverted-test-for-NLS-enabled-when-.patch</Patch>
|
||||
<Patch level="1">0006-BootHole.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -91,6 +92,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="18">
|
||||
<Date>2020-12-07</Date>
|
||||
<Version>2.04</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2020-04-09</Date>
|
||||
<Version>2.04</Version>
|
||||
|
||||
Reference in New Issue
Block a user