]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: Add --copy-from option 28632/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 1 Aug 2023 19:38:39 +0000 (21:38 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 3 Aug 2023 09:12:25 +0000 (11:12 +0200)
commit1e46985a604314a23775a7b0e54e310c8a4e808f
tree79e00876739ce7e86b4f6acb63f996eecd9fb6aa
parent2d9b3468b2ad83810d21ccf2c00a5d2ac18dccc0
repart: Add --copy-from option

--copy-from synthesizes partition definitions from the given image
which are then applied to the repart algorithm. In its most basic
form, this allows copying an image to another device but it can
also be combined with --definitions to copy + add partitions in the
same call to repart.
man/systemd-repart.xml
src/partition/repart.c
test/units/testsuite-58.sh