x86: add support to set GRUB menu entry title
[openwrt/.git] / target / linux / x86 / image / grub-iso.cfg
index 3d47a95a4b8209b61c8e0f38165b38b929fdaf08..9c59bdf6d49e797ccecc310da08172d84aadf954 100644 (file)
@@ -5,6 +5,6 @@ set default="0"
 set timeout="@TIMEOUT@"
 set root='(cd)'
 
-menuentry "OpenWrt" {
+menuentry "@TITLE@" {
        linux /boot/vmlinuz @CMDLINE@ noinitrd
 }