From 1f3cd7652f636fa54197f352ef00af786743eb80 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 30 Jun 2019 01:32:14 +0300 Subject: Switch to Mageia 8 (Cauldron) --- images/NEWS | 2 ++ images/grub2.config | 6 +++--- images/grub2.theme | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'images') diff --git a/images/NEWS b/images/NEWS index a6017ce0e..554d9cc59 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- Switch to Mageia 8 (Cauldron) + Version 2.66 - 17 June 2019 by Thomas Backlund - include 8821ce (mga#24605) diff --git a/images/grub2.config b/images/grub2.config index ad1739522..73c6a4713 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-7-x86_64-netinstall' +search --no-floppy --set=root -l 'Mageia-8-x86_64-netinstall' -menuentry 'Start Mageia 7 Install' { +menuentry 'Start Mageia 8 (Cauldron) Install' { linux /isolinux/x86_64/vmlinuz audit=0 quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 7 Rescue' { +menuentry 'Start Mageia 8 (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 be8b82650..f8580036a 100644 --- a/images/grub2.theme +++ b/images/grub2.theme @@ -1,6 +1,6 @@ # GRUB gfxmenu theme "maggy". -title-text: "Mageia 7 UEFI" +title-text: "Mageia 8 (Cauldron) UEFI" title-font: "MageiaLogo Bold 28" title-color: "white" -- cgit v1.2.1