mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Merge branch 'trixie_fix_netboot' into 'master'
Fix netbooting on Debian See merge request redox-os/redox!1626
This commit is contained in:
commit
69eaf3c531
@ -25,6 +25,7 @@ else ifeq ($(ARCH),x86_64)
|
||||
QEMU_MEM?=2048
|
||||
ifeq ($(uefi),yes)
|
||||
FIRMWARE=$(firstword \
|
||||
$(wildcard /usr/share/ovmf/OVMF.fd) \
|
||||
$(wildcard /usr/share/OVMF/OVMF_CODE.fd) \
|
||||
)
|
||||
ifeq ($(FIRMWARE),)
|
||||
@ -176,6 +177,7 @@ else
|
||||
EXTRANETARGS=
|
||||
ifeq ($(netboot),yes)
|
||||
EXTRANETARGS+=,tftp=$(BUILD),bootfile=redox.ipxe
|
||||
QEMUFLAGS+=-kernel /usr/lib/ipxe/ipxe-amd64.efi
|
||||
endif
|
||||
|
||||
ifneq ($(bridge),)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user