From 2a370228609b133af5e1a8f359a3b8d29c948659 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 11 Aug 2023 21:33:11 +0300 Subject: update for Mageia 9 release --- images/NEWS | 2 ++ images/grub2.config | 4 ++-- images/grub2.theme | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/images/NEWS b/images/NEWS index efd226b3e..2704a17eb 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- update for Mageia 9 release + Version 2.89 - 11 July 2023 by Thomas Backlund - Sync list_modules with kernel 6.4 diff --git a/images/grub2.config b/images/grub2.config index 112ca539a..a7c3199cd 100644 --- a/images/grub2.config +++ b/images/grub2.config @@ -22,12 +22,12 @@ set timeout=10 search --no-floppy --set=root -l 'Mageia-9-x86_64-netinstall' -menuentry 'Start Mageia 9 (Cauldron) Install' { +menuentry 'Start Mageia 9 Install' { linux /isolinux/x86_64/vmlinuz audit=0 quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 9 (Cauldron) Rescue' { +menuentry 'Start Mageia 9 Rescue' { linux /isolinux/x86_64/vmlinuz audit=0 noiswmd rescue initrd /isolinux/x86_64/all.rdz } diff --git a/images/grub2.theme b/images/grub2.theme index b14275f2c..c76d71cec 100644 --- a/images/grub2.theme +++ b/images/grub2.theme @@ -1,6 +1,6 @@ # GRUB gfxmenu theme "maggy". -title-text: "Mageia 9 (Cauldron) UEFI" +title-text: "Mageia 9 UEFI" title-font: "MageiaLogo Bold 28" title-color: "white" -- cgit v1.2.1