summaryrefslogtreecommitdiffstats
path: root/images/grub2.config
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-05-09 02:02:03 +0300
committerThomas Backlund <tmb@mageia.org>2015-05-09 02:02:03 +0300
commit77ced53a0b3f3f571d11aa275e918538d5b30a41 (patch)
treeced77f9a00fd58f16d5e0874cef505037852a5c1 /images/grub2.config
parenteedfc26347b419eadc74367e158bcb24c65d82ce (diff)
downloaddrakx-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.config4
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
}