diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | images/grub2.config | 4 | ||||
-rw-r--r-- | images/grub2.theme | 2 | ||||
-rwxr-xr-x | images/make_boot_img | 6 |
4 files changed, 8 insertions, 6 deletions
diff --git a/images/NEWS b/images/NEWS index 37a84e30d..1cfff60bb 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- re-enable Cauldron + Version 2.82 - 14 February 2021 by Thomas Backlund - drop cauldron references diff --git a/images/grub2.config b/images/grub2.config index c7c176a0f..346b35aa1 100644 --- a/images/grub2.config +++ b/images/grub2.config @@ -22,12 +22,12 @@ set timeout=10 search --no-floppy --set=root -l 'Mageia-8-x86_64-netinstall' -menuentry 'Start Mageia 8 Install' { +menuentry 'Start Mageia 9 (Cauldron) Install' { linux /isolinux/x86_64/vmlinuz audit=0 quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 8 Rescue' { +menuentry 'Start Mageia 9 (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 5bbd2a6fd..b14275f2c 100644 --- a/images/grub2.theme +++ b/images/grub2.theme @@ -1,6 +1,6 @@ # GRUB gfxmenu theme "maggy". -title-text: "Mageia 8 UEFI" +title-text: "Mageia 9 (Cauldron) UEFI" title-font: "MageiaLogo Bold 28" title-color: "white" diff --git a/images/make_boot_img b/images/make_boot_img index 11f4865b4..bb6644c01 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -396,8 +396,8 @@ fallback 1 title Mageia Install root (hd0,0) -kernel /8/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga $default_iswmd automatic=method:disk -initrd /8/isolinux/alt0/all.rdz +kernel /cauldron/isolinux/alt0/vmlinuz $default_append $default_acpi $default_vga $default_iswmd automatic=method:disk +initrd /cauldron/isolinux/alt0/all.rdz title Help @@ -411,7 +411,7 @@ pause Then change "root (hd0,0)". FYI: pause - (hd0,0) is the first partition on first bios hard drive (usually hda1) pause - (hd0,4) is the first extended partition (usually hda5) pause - (hd1,0) is the first partition on second bios hard drive -pause Replace /8 to suit the directory containing Mageia +pause Replace /cauldron to suit the directory containing Mageia pause . pause HELP END EOF |