grub2 rebuild
This commit is contained in:
@@ -21,9 +21,13 @@ def setup():
|
|||||||
pisitools.cflags.sub("\s?(-O[\ds]|-D_FORTIFY_SOURCE=\d)\s?", " ")
|
pisitools.cflags.sub("\s?(-O[\ds]|-D_FORTIFY_SOURCE=\d)\s?", " ")
|
||||||
|
|
||||||
#pisitools.dosed('util/grub-mkconfig.in', 'GRUB_DISABLE_OS_PROBER="true"', 'GRUB_DISABLE_OS_PROBER="false"')
|
#pisitools.dosed('util/grub-mkconfig.in', 'GRUB_DISABLE_OS_PROBER="true"', 'GRUB_DISABLE_OS_PROBER="false"')
|
||||||
#shelltools.system("./linguas.sh")
|
shelltools.system("./linguas.sh")
|
||||||
shelltools.system("./bootstrap")
|
shelltools.system("./bootstrap")
|
||||||
|
shelltools.system('echo "Make translations reproducible..."')
|
||||||
|
shelltools.system("sed -i '1i /^PO-Revision-Date:/ d' po/*.sed")
|
||||||
|
|
||||||
autotools.configure("--disable-werror \
|
autotools.configure("--disable-werror \
|
||||||
|
--with-bootdir='/boot' \
|
||||||
--with-grubdir=grub2 \
|
--with-grubdir=grub2 \
|
||||||
--program-transform-name='s,grub,grub2,'\
|
--program-transform-name='s,grub,grub2,'\
|
||||||
--program-prefix= \
|
--program-prefix= \
|
||||||
@@ -36,6 +40,7 @@ def setup():
|
|||||||
shelltools.cd("../grub-%s-efi" % get.srcVERSION())
|
shelltools.cd("../grub-%s-efi" % get.srcVERSION())
|
||||||
shelltools.system("./bootstrap")
|
shelltools.system("./bootstrap")
|
||||||
autotools.configure("--disable-werror \
|
autotools.configure("--disable-werror \
|
||||||
|
--with-bootdir='/boot' \
|
||||||
--with-grubdir=grub2 \
|
--with-grubdir=grub2 \
|
||||||
--program-transform-name='s,grub,grub2,'\
|
--program-transform-name='s,grub,grub2,'\
|
||||||
--program-prefix= \
|
--program-prefix= \
|
||||||
@@ -45,7 +50,7 @@ def setup():
|
|||||||
|
|
||||||
|
|
||||||
shelltools.cd("..")
|
shelltools.cd("..")
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
#make-dist for creating all updated translation files
|
#make-dist for creating all updated translation files
|
||||||
|
|||||||
@@ -111,6 +111,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="24">
|
||||||
|
<Date>2022-08-13</Date>
|
||||||
|
<Version>2.06</Version>
|
||||||
|
<Comment>Rebuild.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="23">
|
<Update release="23">
|
||||||
<Date>2022-05-15</Date>
|
<Date>2022-05-15</Date>
|
||||||
<Version>2.06</Version>
|
<Version>2.06</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user