From 61c040ad8c054c644e078bab63711823a625ebea Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 29 Aug 2023 11:49:58 +0300 Subject: switch to Mageia 10 (Cauldron) --- 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 761aba250..febb87965 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- switch to Mageia 10 (Cauldron) + Version 2.90 - 11 August 2023 by Thomas Backlund - update for Mageia 9 release diff --git a/images/grub2.config b/images/grub2.config index a7c3199cd..9ea55dfd2 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 Install' { +menuentry 'Start Mageia 10 (Cauldron) Install' { linux /isolinux/x86_64/vmlinuz audit=0 quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 9 Rescue' { +menuentry 'Start Mageia 10 (Cauldron) 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 c76d71cec..ff6c463bb 100644 --- a/images/grub2.theme +++ b/images/grub2.theme @@ -1,6 +1,6 @@ # GRUB gfxmenu theme "maggy". -title-text: "Mageia 9 UEFI" +title-text: "Mageia 10 (Cauldron) UEFI" title-font: "MageiaLogo Bold 28" title-color: "white" -- cgit v1.2.1