]> git.ipfire.org Git - thirdparty/systemd.git/commit
copy: add new flags that cause a seek to beginning of files before copying
authorLennart Poettering <lennart@amutable.com>
Tue, 10 Feb 2026 14:41:22 +0000 (15:41 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 23 Mar 2026 19:19:46 +0000 (19:19 +0000)
commit5adfd44c9e7a7485e93b799399589e45d09fffea
tree30c9068806ad9130b858f784bb6557a06fe93e15
parent6fb5ec3dd1428d3f9a6a8278d15411a6400b1e39
copy: add new flags that cause a seek to beginning of files before copying

This is quite useful in various cases where we so far did this manually.
src/bootctl/bootctl-install.c
src/repart/repart.c
src/shared/copy.c
src/shared/copy.h
src/test/test-copy.c