From 200eff28128fd6f85099cc28712b53b1330cefb2 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 3 Mar 2024 00:01:37 -0500 Subject: build: Use USTAR for initramfs Signed-off-by: Ian Moffett --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 61b11e3..df99dc0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -94,7 +94,7 @@ base/boot/hyra-kernel: $(KERNEL_OBJECTS) $(KERNEL_ASMOBJECTS) $(CC) -c $(KERNEL_CFLAGS) $(KERNEL_DEFINES) sys/kern/ksyms.c -o sys/kern/ksyms.o $(LD) $(KERNEL_LDFLAGS) $(KERNEL_OBJECTS) $(KERNEL_ASMOBJECTS) \ sys/kern/ksyms.o -o base/boot/hyra-kernel - cd base/; tar cvf ../initramfs.tar * &> /dev/null + cd base/; tar -cvf ../initramfs.tar * --format=ustar &> /dev/null $(PROMPT) " RAMFS " $(shell pwd)/initramfs.tar # === Building ISO === mkdir -p iso_root/boot/ -- cgit v1.2.3