From ee157d7eaae338a9f7ffba1102fb1a9bfd191b1e Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 7 Sep 2024 12:28:03 +0300 Subject: [PATCH] grub2 rebuild GRUB_DISABLE_OS_PROBER=false --- system/boot/grub2/actions.py | 1 + system/boot/grub2/files/grub-defaults | 2 +- system/boot/grub2/pspec.xml | 12 ++++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/system/boot/grub2/actions.py b/system/boot/grub2/actions.py index 816535bb..99bd2cf8 100644 --- a/system/boot/grub2/actions.py +++ b/system/boot/grub2/actions.py @@ -13,6 +13,7 @@ from pisi.actionsapi import shelltools def setup(): + shelltools.export("PYTHON", "/usr/bin/python3") shelltools.copy("../unifont*.bdf", "./unifont.bdf") # shelltools.export("GRUB_CONTRIB", "%s/grub-2.06/grub-extras" % (get.workDIR())) diff --git a/system/boot/grub2/files/grub-defaults b/system/boot/grub2/files/grub-defaults index 3f7e1c41..e8551197 100644 --- a/system/boot/grub2/files/grub-defaults +++ b/system/boot/grub2/files/grub-defaults @@ -52,4 +52,4 @@ GRUB_THEME="/usr/share/grub/themes/pisilinux/theme.txt" #GRUB_SAVEDEFAULT="true" -#GRUB_DISABLE_OS_PROBER="false" +GRUB_DISABLE_OS_PROBER="false" diff --git a/system/boot/grub2/pspec.xml b/system/boot/grub2/pspec.xml index 9360cb87..d09facde 100644 --- a/system/boot/grub2/pspec.xml +++ b/system/boot/grub2/pspec.xml @@ -28,7 +28,7 @@ zlib-devel ncurses-devel xz-devel - fuse-devel + fuse3-devel lvm2-devel device-mapper-devel gettext-devel @@ -37,6 +37,7 @@ efibootmgr-devel mtools dosfstools + python3-devel grub @@ -80,7 +81,7 @@ freetype xz - fuse + fuse3 lvm2 device-mapper mtools @@ -112,6 +113,13 @@ + + 2024-09-07 + 2.12 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2024-07-11 2.12