From f81528f168fb871749fd7d48510e199c5666bac0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 18 Dec 2024 23:43:15 +0100 Subject: [PATCH] templates/boot/grub/addons.cfg: drop duplicate Netboot.xyz for non-efi This boot menu entry is already present as "Netboot.xyz" in the lines above. Thanks to Chris for spotting this! --- templates/boot/grub/addons.cfg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index 0ffd3a10..4c7a19f3 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -71,10 +71,4 @@ menuentry "Netboot.xyz" { fi } -if [ "${grub_platform}" != "efi" ] ; then - menuentry "Netboot.xyz" { - insmod linux16 - linux16 /boot/addons/netboot.xyz.lkrn - } -fi # efi mode }