diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | images/grub2.config | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 007cffcb8..8397d5b35 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- update grub.config search label for Mageia 9 (mga#30932) + Version 2.86 - 17 September 2022 by Martin Whitaker - revert to using Memtest86+, now it is based on PCMemTest diff --git a/images/grub2.config b/images/grub2.config index 346b35aa1..112ca539a 100644 --- a/images/grub2.config +++ b/images/grub2.config @@ -20,7 +20,7 @@ export theme set timeout=10 -search --no-floppy --set=root -l 'Mageia-8-x86_64-netinstall' +search --no-floppy --set=root -l 'Mageia-9-x86_64-netinstall' menuentry 'Start Mageia 9 (Cauldron) Install' { linux /isolinux/x86_64/vmlinuz audit=0 quiet noiswmd |