From 515e3b20c67bb563e3d2568da102892abcd64c12 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 15 Feb 2019 00:17:45 +0100 Subject: Fix PXE boot. Fix pxeserver. Add support for PXE-booting UEFI-based PC's Note that UEFI PXE-boot is not yet working, I do not know why. --- EFI/BOOT/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EFI/BOOT/grub.cfg') diff --git a/EFI/BOOT/grub.cfg b/EFI/BOOT/grub.cfg index 658721b..63e7c80 100644 --- a/EFI/BOOT/grub.cfg +++ b/EFI/BOOT/grub.cfg @@ -1 +1 @@ -source ($root)/EFI/BOOT/menu/grub.cfg +source $prefix/menu/grub.cfg -- cgit v1.2.3-65-gdbad