summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2017-07-24 01:52:05 +0300
committerThomas Backlund <tmb@mageia.org>2017-07-24 01:52:05 +0300
commite934069c76a72d92a4e32cf3a4274457e9e7a91d (patch)
treebb0583a94f48b9c27b8b56f813fa0979c48530c8
parentbd3d80b66aef33c784d792a4d665e577e3887dfa (diff)
downloaddrakx-e934069c76a72d92a4e32cf3a4274457e9e7a91d.tar
drakx-e934069c76a72d92a4e32cf3a4274457e9e7a91d.tar.gz
drakx-e934069c76a72d92a4e32cf3a4274457e9e7a91d.tar.bz2
drakx-e934069c76a72d92a4e32cf3a4274457e9e7a91d.tar.xz
drakx-e934069c76a72d92a4e32cf3a4274457e9e7a91d.zip
drop (Cauldron) from UEFI menus
-rw-r--r--images/NEWS2
-rw-r--r--images/grub2.config4
-rw-r--r--images/grub2.theme2
3 files changed, 5 insertions, 3 deletions
diff --git a/images/NEWS b/images/NEWS
index 6a1762b18..731446ae1 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- drop (Cauldron) from UEFI menus
+
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..f9dabdc6b 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 6 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 6 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..72713b446 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 6 UEFI"
title-font: "MageiaLogo Bold 28"
title-color: "white"