From d618834a07a79693e807d8f6e473c8c4443f9d2f Mon Sep 17 00:00:00 2001 From: Darshaka Pathirana Date: Fri, 2 Jun 2017 19:29:52 +0200 Subject: [PATCH] templates: fix isolinux boot option label for grub A long time ago (rev# 7d0f02a63) grub2 was introduced and the boot option label grub was changed to grub1 (aside with grub2). Later grub1 support was removed (rev# bfbf9fb3). So it makes sense to change the grub2 label to grub as we do not have anything else anymore. --- templates/boot/isolinux/addon_10_grub2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/boot/isolinux/addon_10_grub2.cfg b/templates/boot/isolinux/addon_10_grub2.cfg index 40ed59c..7bcc796 100644 --- a/templates/boot/isolinux/addon_10_grub2.cfg +++ b/templates/boot/isolinux/addon_10_grub2.cfg @@ -1,4 +1,4 @@ -label grub2 +label grub menu label Run Bootloader Grub^2 kernel /boot/addons/mboot.c32 /boot/grub/grub.img -- 2.1.4