templates: fix isolinux boot option label for grub
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 2 Jun 2017 17:29:52 +0000 (19:29 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 8 Jun 2017 10:52:42 +0000 (12:52 +0200)
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

index 40ed59c..7bcc796 100644 (file)
@@ -1,4 +1,4 @@
-label grub2
+label grub
   menu label Run Bootloader Grub^2
   kernel /boot/addons/mboot.c32 /boot/grub/grub.img
 
   menu label Run Bootloader Grub^2
   kernel /boot/addons/mboot.c32 /boot/grub/grub.img