]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/partition/repart.c
repart: when we copy in blocks, indicate we are doing from an offset
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Nov 2023 21:45:02 +0000 (22:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Nov 2023 21:53:49 +0000 (22:53 +0100)
commita053f801f85190fb7dd608f7aa57df55cb6d9161
treef65a892e42c2dab83785a5322a2f9da99898ea17
parentb7786df093dcbcb50f610318da0bc3df2fe5b87e
repart: when we copy in blocks, indicate we are doing from an offset

At first I thought when using --copy-from= that it was copying in my
whole disk into a partition instead of just a partition into a
partition.

Let's make the log message clearer and say that we copy starting from an
offset.
src/partition/repart.c