From c62fc3220eb46f9a8e61809fa5f44435956965b5 Mon Sep 17 00:00:00 2001 From: "steven.chiu" Date: Wed, 10 Jun 2026 09:51:24 +0800 Subject: [PATCH] chore: update grub2 version Signed-off-by: steven.chiu --- rootfs/pkgs_hex2.0_x86_64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/pkgs_hex2.0_x86_64.mk b/rootfs/pkgs_hex2.0_x86_64.mk index 66edf15..68cd913 100644 --- a/rootfs/pkgs_hex2.0_x86_64.mk +++ b/rootfs/pkgs_hex2.0_x86_64.mk @@ -34,7 +34,7 @@ BASE_PKGS += kmod kexec-tools hostname cpio less tree ncurses openssl-devel glib CENTOS_MIRROR := https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages DISTRO := el9 -GRUB2_VER := 2.06-116 +GRUB2_VER := 2.06-118 BASE_LOCK_PKGS += $(CENTOS_MIRROR)/grub2-common-$(GRUB2_VER).$(DISTRO).noarch.rpm BASE_LOCK_PKGS += $(CENTOS_MIRROR)/grub2-pc-$(GRUB2_VER).$(DISTRO).x86_64.rpm