diff options
author | Thomas Backlund <tmb@mageia.org> | 2017-07-24 02:10:18 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2017-07-24 02:10:18 +0300 |
commit | dace0c0a00e07812355f37178e2c119850c7def7 (patch) | |
tree | 7a421982b5c8b61ef9f35170e9e3b568e73aadea /images | |
parent | 9bc9ae8ffc3798d33c084c99350c806fb35ff637 (diff) | |
download | drakx-dace0c0a00e07812355f37178e2c119850c7def7.tar drakx-dace0c0a00e07812355f37178e2c119850c7def7.tar.gz drakx-dace0c0a00e07812355f37178e2c119850c7def7.tar.bz2 drakx-dace0c0a00e07812355f37178e2c119850c7def7.tar.xz drakx-dace0c0a00e07812355f37178e2c119850c7def7.zip |
switch UEFI menu to Mageia 7 (Cauldron)
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 6a1762b18..063539d5a 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- switch UEFI menu to Mageia 7 (Cauldron) + Version 2.46 - 23 June 2017 by Martin Whitaker - change default screen resolution to 1024x768 (mga#20624) diff --git a/images/grub2.config b/images/grub2.config index c6db07f13..8598ef8bc 100644 --- a/images/grub2.config +++ b/images/grub2.config @@ -22,12 +22,12 @@ set timeout=10 search --no-floppy --set=root -l 'Mageia-6-x86_64-netinstall' -menuentry 'Start Mageia 6 (Cauldron) Install' { +menuentry 'Start Mageia 7 (Cauldron) Install' { linux /isolinux/x86_64/vmlinuz audit=0 quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 6 (Cauldron) Rescue' { +menuentry 'Start Mageia 7 (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 9719c906f..d36b72be6 100644 --- a/images/grub2.theme +++ b/images/grub2.theme @@ -1,6 +1,6 @@ # GRUB gfxmenu theme "maggy". -title-text: "Mageia 6 (Cauldron) UEFI" +title-text: "Mageia 7 (Cauldron) UEFI" title-font: "MageiaLogo Bold 28" title-color: "white" |