summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-10 17:56:30 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-10 19:00:09 +0200
commitefed68a9853272a7b75b413cf3adf19a4b1b6b1a (patch)
treedc41c28dfb988b4f4ae98f602bfe1ef8d73906ad /examples
parentf0b592c37d14fc44ebbcc5b720c9982a8192ad57 (diff)
downloadrebel-efed68a9853272a7b75b413cf3adf19a4b1b6b1a.tar
rebel-efed68a9853272a7b75b413cf3adf19a4b1b6b1a.zip
examples: rootfs: preserve hardlinks (and a few other things)
Diffstat (limited to 'examples')
-rw-r--r--examples/rootfs.yml2
1 files changed, 1 insertions, 1 deletions
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: