diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-07-13 11:48:26 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-07-13 11:48:26 +0300 |
commit | c272a482c11238151027be3afd4b5bbcb01c6b87 (patch) | |
tree | f93809b1139e5fc5f0e0c68c1647ffea9de2dea2 /images/grub2.config | |
parent | bb534c9c42f993fad2c97d62c40d4e8ec0530910 (diff) | |
download | drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.tar drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.tar.gz drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.tar.bz2 drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.tar.xz drakx-c272a482c11238151027be3afd4b5bbcb01c6b87.zip |
update efi menus for mga6 (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 c0cf3d4b8..4457cc2ff 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-5-x86_64-netinstall' +search --no-floppy --set=root -l 'Mageia-6-x86_64-netinstall' -menuentry 'Start Mageia 5 Install' { +menuentry 'Start Mageia 6 (Caulron) Install' { linux /isolinux/x86_64/vmlinuz quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 5 Rescue' { +menuentry 'Start Mageia 6 (Cauldron) Rescue' { linux /isolinux/x86_64/vmlinuz audit=0 noiswmd rescue initrd /isolinux/x86_64/all.rdz } |