diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-10-31 18:09:16 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2022-10-31 18:09:16 +0000 |
commit | 987d9c8350263c02219cbc5156d510fd5fd4af4e (patch) | |
tree | 7408369cbaaae051cb3faa052f84ecdb5be6240e /images | |
parent | 54b997e5fedba82c6e2d626edeeb1b5fc3ff1e96 (diff) | |
download | drakx-987d9c8350263c02219cbc5156d510fd5fd4af4e.tar drakx-987d9c8350263c02219cbc5156d510fd5fd4af4e.tar.gz drakx-987d9c8350263c02219cbc5156d510fd5fd4af4e.tar.bz2 drakx-987d9c8350263c02219cbc5156d510fd5fd4af4e.tar.xz drakx-987d9c8350263c02219cbc5156d510fd5fd4af4e.zip |
Update grub.config search label for Mageia 9 (mga#30932).
Diffstat (limited to 'images')
-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 |