diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-05-09 02:02:03 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-05-09 02:02:03 +0300 |
commit | 77ced53a0b3f3f571d11aa275e918538d5b30a41 (patch) | |
tree | ced77f9a00fd58f16d5e0874cef505037852a5c1 /images/grub2.config | |
parent | eedfc26347b419eadc74367e158bcb24c65d82ce (diff) | |
download | drakx-77ced53a0b3f3f571d11aa275e918538d5b30a41.tar drakx-77ced53a0b3f3f571d11aa275e918538d5b30a41.tar.gz drakx-77ced53a0b3f3f571d11aa275e918538d5b30a41.tar.bz2 drakx-77ced53a0b3f3f571d11aa275e918538d5b30a41.tar.xz drakx-77ced53a0b3f3f571d11aa275e918538d5b30a41.zip |
update UEFI menu
Diffstat (limited to 'images/grub2.config')
-rw-r--r-- | images/grub2.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/images/grub2.config b/images/grub2.config index d69e7fbff..c0cf3d4b8 100644 --- a/images/grub2.config +++ b/images/grub2.config @@ -22,12 +22,12 @@ set timeout=10 search --no-floppy --set=root -l 'Mageia-5-x86_64-netinstall' -menuentry 'Start Mageia 5 (Cauldron) Install' { +menuentry 'Start Mageia 5 Install' { linux /isolinux/x86_64/vmlinuz quiet noiswmd initrd /isolinux/x86_64/all.rdz } -menuentry 'Start Mageia 5 (Cauldron) Rescue' { +menuentry 'Start Mageia 5 Rescue' { linux /isolinux/x86_64/vmlinuz audit=0 noiswmd rescue initrd /isolinux/x86_64/all.rdz } |