]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: Add squashfs support 24753/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 19 Sep 2022 18:26:15 +0000 (20:26 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 21 Sep 2022 12:16:13 +0000 (14:16 +0200)
commit95bfd3cd50dacb7eb6557786daa5d1f90bd78d10
tree94d42e36f9e65572b77c4362aca582367bb5e910
parent7f55ad775d214b879cbd76565d9198aab8ff3b7e
repart: Add squashfs support

To make this work, we have to set up everything in a temporary
directory tree that we can pass to mksquashfs as a single directory.

To make the most common scenario more efficient, we skip the temporary
setup directory if we only get a single source tree destined to root
in the squashfs filesystem.
man/repart.d.xml
src/partition/repart.c