From 4aafd6962aede2e371de49801fc746364728caa8 Mon Sep 17 00:00:00 2001 From: Vance Morris Date: Wed, 2 Dec 2020 12:01:05 -0600 Subject: [PATCH] netboot: Bump busybox version in pxelinux.0 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `stime` was removed in glibc-2.31. Busybox fixes this in https://git.busybox.net/busybox/patch/?id=d3539be8f27b8cbfdfee460fe08299158f08bcd9 Fixes: https://github.com/ibm-s390-tools/s390-tools/issues/100 Closes: https://github.com/ibm-s390-tools/s390-tools/pull/101 Signed-off-by: Vance Morris Reviewed-by: Viktor Mihajlovski mihajlov@de.ibm.com Signed-off-by: Jan Höppner --- netboot/Makefile.pxelinux.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot/Makefile.pxelinux.0 b/netboot/Makefile.pxelinux.0 index 41296cbf..750a4e57 100644 --- a/netboot/Makefile.pxelinux.0 +++ b/netboot/Makefile.pxelinux.0 @@ -21,7 +21,7 @@ ifeq ($(KERNEL_IMAGE),) $(error Could not find a kernel image under /boot) endif -BUSYBOX=busybox-1.27.1 +BUSYBOX=busybox-1.32.0 BBINSTALL=$(BUSYBOX)/_install all: $(KERNEL_IMAGE) pxelinux.initramfs