diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-07-13 11:48:26 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-07-13 11:48:26 +0300 |
commit | c272a482c11238151027be3afd4b5bbcb01c6b87 (patch) | |
tree | f93809b1139e5fc5f0e0c68c1647ffea9de2dea2 /images | |
parent | bb534c9c42f993fad2c97d62c40d4e8ec0530910 (diff) | |
download | drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.tar drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.tar.gz drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.tar.bz2 drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.tar.xz drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.zip |
update efi menus for mga6 (cauldron)
Diffstat (limited to 'images')
-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" |