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/grub2.config | |
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/grub2.config')
-rw-r--r-- | images/grub2.config | 6 |
1 files changed, 3 insertions, 3 deletions
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 } |