UEFI path names do not start with a slash

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-08-17 02:29:24 +00:00
parent 4c7408a840
commit 84f4047823

View file

@ -343,7 +343,7 @@ subnet 10.5.126.0 netmask 255.255.255.0 {
fixed-address 10.5.126.143;
next-server 10.5.126.41;
option host-name "virthost03";
filename "/uefi/bootx64.efi";
filename "uefi/bootx64.efi";
}