From efed68a9853272a7b75b413cf3adf19a4b1b6b1a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 10 Oct 2021 17:56:30 +0200 Subject: examples: rootfs: preserve hardlinks (and a few other things) --- examples/rootfs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/rootfs.yml b/examples/rootfs.yml index e1cbbf3..f1322b0 100644 --- a/examples/rootfs.yml +++ b/examples/rootfs.yml @@ -28,7 +28,7 @@ tasks: ln -s usr/lib {{destdir}}/lib ln -s ../run {{destdir}}/var/run - rsync -aK {{sysroot}}/ {{destdir}} + rsync -aHAXK {{sysroot}}/ {{destdir}} image-ext4: -- cgit v1.2.3