CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/04/25 14:19:30
Modified files:
sys/arch/amd64/stand/efiboot: efipxe.c
sys/arch/amd64/stand/libsa: dev_i386.c
sys/arch/arm64/stand/efiboot: efiboot.c efipxe.c
sys/arch/armv7/stand/efiboot: efiboot.c efipxe.c
Log message:
Add a check to tftp_open() that we are actually opening a TFTP device.
When reading a file from a non-TFTP device, clear the bootmac variable
to prevent the kernel from going into netboot mode.
This allows loading a kernel from a disk device after having booted
efiboot from PXE.
style tweak and ok kettenis@