]> git.ipfire.org Git - thirdparty/systemd.git/commit
repart: Allow Subvolumes= and DefaultSubvolume= when running offline 33498/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 26 Jun 2024 18:33:06 +0000 (20:33 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 21 Aug 2024 09:29:47 +0000 (11:29 +0200)
commiteca3d07dd1a0d3dc0e18a5fe203f2cccfbd4cc4d
treeee68d3c52faca5df3a7418a8d1921676e7b7f5c0
parentf75641b772cf824d206163e26547ea00e299106e
repart: Allow Subvolumes= and DefaultSubvolume= when running offline

mkfs.btrfs has recently learned new options --subvol and --default-subvol
so let's stop failing when Subvolumes= and DefaultSubvolume= are used offline
and use the new --subvol and --default-subvol options instead to create subvolumes
in the generated root filesystem without root privileges or loop devices.
man/repart.d.xml
src/partition/repart.c