]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: Add squashfs support to make_filesystem()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 19 Sep 2022 18:24:55 +0000 (20:24 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 21 Sep 2022 08:50:16 +0000 (10:50 +0200)
commit7f55ad775d214b879cbd76565d9198aab8ff3b7e
tree6fbdd1cc07c94e2459a38183d999a82a01b4f8ed
parent92cd7e7ccbd34c79fa6adf3438dbccde3d3d71eb
shared: Add squashfs support to make_filesystem()

The caveat is that the caller has to provide a source directory
to initialize the squashfs filesystem from.
src/home/homework-luks.c
src/partition/makefs.c
src/partition/repart.c
src/shared/mkfs-util.c
src/shared/mkfs-util.h
src/test/test-loop-block.c