From f604d868078717878ca38f202b2138ab74a7b733 Mon Sep 17 00:00:00 2001 From: suvari Date: Tue, 25 Oct 2022 00:27:45 +0300 Subject: [PATCH] grub2: rebuild for fix kernel panic --- system/boot/grub2/files/30_os-prober2 | 2 +- system/boot/grub2/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/system/boot/grub2/files/30_os-prober2 b/system/boot/grub2/files/30_os-prober2 index c14a7bfd..821fea8e 100755 --- a/system/boot/grub2/files/30_os-prober2 +++ b/system/boot/grub2/files/30_os-prober2 @@ -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 diff --git a/system/boot/grub2/pspec.xml b/system/boot/grub2/pspec.xml index c0482a61..63181321 100644 --- a/system/boot/grub2/pspec.xml +++ b/system/boot/grub2/pspec.xml @@ -1,5 +1,5 @@ - + grub2 @@ -19,7 +19,7 @@ https://github.com/erkanisik1/PisiNar-Grub2-Themes/archive/refs/tags/pisinar-grub2-theme-v1.2.tar.gz git - autogen + autogen-devel binutils bison flex @@ -111,6 +111,13 @@ + + 2022-10-25 + 2.06 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-26 2.06