diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | images/grub2.config | 6 | ||||
-rw-r--r-- | images/grub2.theme | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/images/NEWS b/images/NEWS index 27396f18e..079cf8362 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- update efi menus for mga6 (cauldron) + Version 2.26 - 22 May 2015 by Thomas Backlund - use xorriso for proper efi metadata diff --git a/images/grub2.config b/images/grub2.config index c0cf3d4b8..4457cc2ff 100644 --- a/images/grub2.config +++ b/images/grub2.config @@ -20,14 +20,14 @@ export theme set timeout=10 -search --no-floppy --set=root -l 'Mageia-5-x86_64-netinstall' +search --no-floppy --set=root -l 'Mageia-6-x86_64-netinstall' -menuentry 'Start Mageia 5 Install' { +menuentry 'Start Mageia 6 (Caulron) Install' { linux /isolinux/x86_64/vmlinuz quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 5 Rescue' { +menuentry 'Start Mageia 6 (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 3d865057e..4d5150d53 100644 --- a/images/grub2.theme +++ b/images/grub2.theme @@ -1,6 +1,6 @@ # GRUB gfxmenu theme "maggy". -title-text: "Mageia 5 UEFI" +title-text: "Mageia 6 (Cauldron) UEFI" title-font: "MageiaLogo Bold 28" title-color: "white" |