diff options
Diffstat (limited to 'images')
-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 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" |