grub2: rebuild for fix kernel panic

This commit is contained in:
suvari
2022-10-25 00:27:45 +03:00
parent 7e886e4397
commit f604d86807
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ EOF
LBOOT="`echo ${LINUX} | cut -d ':' -f 2`"
LLABEL="`echo ${LINUX} | cut -d ':' -f 3 | tr '^' ' '`"
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 '^' ' '`"
if [ -z "${LLABEL}" ] ; then
+9 -2
View File
@@ -1,5 +1,5 @@
<?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>
<Source>
<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>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>autogen</Dependency>
<Dependency>autogen-devel</Dependency>
<Dependency>binutils</Dependency>
<Dependency>bison</Dependency>
<Dependency>flex</Dependency>
@@ -111,6 +111,13 @@
</Package>
<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">
<Date>2022-09-26</Date>
<Version>2.06</Version>