From 77ced53a0b3f3f571d11aa275e918538d5b30a41 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 9 May 2015 02:02:03 +0300 Subject: update UEFI menu --- images/NEWS | 2 ++ images/grub2.config | 4 ++-- images/grub2.theme | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'images') diff --git a/images/NEWS b/images/NEWS index 9583b804b..89db7d466 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- update UEFI menu + Version 2.24 - 8 May 2015 by Thierry Vignaud - include r8723bs (mga#15874) diff --git a/images/grub2.config b/images/grub2.config index d69e7fbff..c0cf3d4b8 100644 --- a/images/grub2.config +++ b/images/grub2.config @@ -22,12 +22,12 @@ set timeout=10 search --no-floppy --set=root -l 'Mageia-5-x86_64-netinstall' -menuentry 'Start Mageia 5 (Cauldron) Install' { +menuentry 'Start Mageia 5 Install' { linux /isolinux/x86_64/vmlinuz quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 5 (Cauldron) Rescue' { +menuentry 'Start Mageia 5 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 116ca81ff..3d865057e 100644 --- a/images/grub2.theme +++ b/images/grub2.theme @@ -1,6 +1,6 @@ # GRUB gfxmenu theme "maggy". -title-text: "" +title-text: "Mageia 5 UEFI" title-font: "MageiaLogo Bold 28" title-color: "white" -- cgit v1.2.1