grub2: rebuild for fix kernel panic
This commit is contained in:
@@ -207,7 +207,7 @@ EOF
|
|||||||
LBOOT="`echo ${LINUX} | cut -d ':' -f 2`"
|
LBOOT="`echo ${LINUX} | cut -d ':' -f 2`"
|
||||||
LLABEL="`echo ${LINUX} | cut -d ':' -f 3 | tr '^' ' '`"
|
LLABEL="`echo ${LINUX} | cut -d ':' -f 3 | tr '^' ' '`"
|
||||||
LKERNEL="`echo ${LINUX} | cut -d ':' -f 4`"
|
LKERNEL="`echo ${LINUX} | cut -d ':' -f 4`"
|
||||||
LINITRD="`echo ${LINUX} | cut -d ':' -f 5`"
|
LINITRD="`echo ${LINUX} | cut -d ':' -f 5 | tr '^' ' '`"
|
||||||
LPARAMS="`echo ${LINUX} | cut -d ':' -f 6- | tr '^' ' '`"
|
LPARAMS="`echo ${LINUX} | cut -d ':' -f 6- | tr '^' ' '`"
|
||||||
|
|
||||||
if [ -z "${LLABEL}" ] ; then
|
if [ -z "${LLABEL}" ] ; then
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>grub2</Name>
|
<Name>grub2</Name>
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
<Archive sha1sum="2742c9bec049d73de26fc82ca7d2c0c75a0b495f" type="targz" target="grub-2.06/themes">https://github.com/erkanisik1/PisiNar-Grub2-Themes/archive/refs/tags/pisinar-grub2-theme-v1.2.tar.gz</Archive>
|
<Archive sha1sum="2742c9bec049d73de26fc82ca7d2c0c75a0b495f" type="targz" target="grub-2.06/themes">https://github.com/erkanisik1/PisiNar-Grub2-Themes/archive/refs/tags/pisinar-grub2-theme-v1.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>git</Dependency>
|
<Dependency>git</Dependency>
|
||||||
<Dependency>autogen</Dependency>
|
<Dependency>autogen-devel</Dependency>
|
||||||
<Dependency>binutils</Dependency>
|
<Dependency>binutils</Dependency>
|
||||||
<Dependency>bison</Dependency>
|
<Dependency>bison</Dependency>
|
||||||
<Dependency>flex</Dependency>
|
<Dependency>flex</Dependency>
|
||||||
@@ -111,6 +111,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="26">
|
||||||
|
<Date>2022-10-25</Date>
|
||||||
|
<Version>2.06</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="25">
|
<Update release="25">
|
||||||
<Date>2022-09-26</Date>
|
<Date>2022-09-26</Date>
|
||||||
<Version>2.06</Version>
|
<Version>2.06</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user