]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: Add Subvolumes= setting 28833/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Aug 2023 14:44:30 +0000 (16:44 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 14 Aug 2023 16:46:08 +0000 (18:46 +0200)
commit440f805c173f979cb5f7e28becd167467a1c5a2a
treeeb1042cf89305cb252b020aae2ea1fca7befd0d1
parentc55a97f1fd879f08052729f901fb899c3d8dfd52
repart: Add Subvolumes= setting

This setting indicates which directories in the target partition
should be btrfs subvolumes. If set, we'll try to create these
directories as subvolumes.

Note that this only works when running as root without --offline,
as mkfs.btrfs does not support creating subvolumes.
man/repart.d.xml
src/partition/repart.c