branding: add LEDE branding
[openwrt/staging/dedeckeh.git] / target / linux / x86 / image / grub-iso.cfg
index 4d5d697abaf4816c2cb49690c15b91cfefb13d00..32ee687c688338f63625fec7cd4a5343e0763928 100644 (file)
@@ -5,6 +5,6 @@ set default="0"
 set timeout="@TIMEOUT@"
 set root='(cd)'
 
-menuentry "OpenWrt" {
-       linux /boot/vmlinuz @CMDLINE@ noinitrd reboot=bios
+menuentry "LEDE" {
+       linux /boot/vmlinuz @CMDLINE@ noinitrd
 }