NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/54560 (PXE netboot regression)



Hello

Could you try this patch?

Index: sys/arch/i386/stand/pxeboot/Makefile
===================================================================
RCS file: /cvsroot/src/sys/arch/i386/stand/pxeboot/Makefile,v
retrieving revision 1.26
diff -U4 -r1.26 Makefile
--- sys/arch/i386/stand/pxeboot/Makefile        13 Sep 2019 02:19:46 -0000
1.26
+++ sys/arch/i386/stand/pxeboot/Makefile        22 Sep 2019 14:56:48 -0000
@@ -28,8 +28,9 @@
 KERNMISCMAKEFLAGS="LIBKERN_ARCH=i386"
 .endif
 
 CPPFLAGS+= -DSLOW      # for libz
+CPPFLAGS+= -DNO_MULTIBOOT2     # kern/54560
 
 .if (${BASE} == "pxeboot_ia32")
 # Take config values from patchable header
 CPPFLAGS+= -DSUPPORT_SERIAL=boot_params.bp_consdev



-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index