diff options
author | Thomas Backlund <tmb@mageia.org> | 2023-08-11 21:33:11 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2023-08-11 21:33:11 +0300 |
commit | 2a370228609b133af5e1a8f359a3b8d29c948659 (patch) | |
tree | 50f70d168c2762b448e0b595b9ae37aa1ae2a6e2 | |
parent | e0c4643f192c57851f16c7e6417d39cac8d9e9f0 (diff) | |
download | drakx-2a370228609b133af5e1a8f359a3b8d29c948659.tar drakx-2a370228609b133af5e1a8f359a3b8d29c948659.tar.gz drakx-2a370228609b133af5e1a8f359a3b8d29c948659.tar.bz2 drakx-2a370228609b133af5e1a8f359a3b8d29c948659.tar.xz drakx-2a370228609b133af5e1a8f359a3b8d29c948659.zip |
update for Mageia 9 release
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | images/grub2.config | 4 | ||||
-rw-r--r-- | 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" |