Skip to content

Commit

Permalink
make build of cpio reproduceable
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Goll <[email protected]>
  • Loading branch information
mslacken committed Jan 25, 2024
1 parent f13a377 commit bf2d901
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rootfs:
done

capability.cpio: rootfs
cd rootfs/; find . | cpio -o -H newc -F ../capability.cpio
cd rootfs/; find . | xargs touch -d @1690848000 ; find . | sort | cpio -o -H newc -F ../capability.cpio

install-data-local: capability.cpio
install -d -m 755 $(DESTDIR)/$(WAREWULF_STATEDIR)/warewulf/initramfs/$(MACHINE)/capabilities
Expand Down

0 comments on commit bf2d901

Please sign in to comment.