diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-30 01:32:14 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-30 01:32:14 +0300 |
commit | 1f3cd7652f636fa54197f352ef00af786743eb80 (patch) | |
tree | e4afe05653dc549844f5bda119dfbb50c95b3591 /images | |
parent | 71d3add7c69df397877633c9e64304116cd4a573 (diff) | |
download | drakx-1f3cd7652f636fa54197f352ef00af786743eb80.tar drakx-1f3cd7652f636fa54197f352ef00af786743eb80.tar.gz drakx-1f3cd7652f636fa54197f352ef00af786743eb80.tar.bz2 drakx-1f3cd7652f636fa54197f352ef00af786743eb80.tar.xz drakx-1f3cd7652f636fa54197f352ef00af786743eb80.zip |
Switch to Mageia 8 (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 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" |