Skip to content

Commit

Permalink
templates/boot/grub/addons.cfg: drop duplicate Netboot.xyz for non-efi
Browse files Browse the repository at this point in the history
This boot menu entry is already present as "Netboot.xyz" in the lines
above.

Thanks to Chris for spotting this!
  • Loading branch information
mika committed Dec 18, 2024
1 parent 530ec9f commit f81528f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/boot/grub/addons.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit f81528f

Please sign in to comment.