From: Daan De Meyer Date: Tue, 15 Aug 2023 08:33:34 +0000 (+0200) Subject: mkosi: Create a few subvolumes in the root partition X-Git-Tag: v255-rc1~720^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06ba811a760da20da4226256015ff32bb7b987d2;p=thirdparty%2Fsystemd.git mkosi: Create a few subvolumes in the root partition Let's exercise the repart Subvolumes= setting by creating a few subvolumes in the root partition when we create it. --- diff --git a/mkosi.presets/system/mkosi.extra/usr/lib/repart.d/20-root.conf b/mkosi.presets/system/mkosi.extra/usr/lib/repart.d/20-root.conf index 2f92af248f3..71eb9e38c49 100644 --- a/mkosi.presets/system/mkosi.extra/usr/lib/repart.d/20-root.conf +++ b/mkosi.presets/system/mkosi.extra/usr/lib/repart.d/20-root.conf @@ -4,3 +4,5 @@ Type=root Format=btrfs SizeMinBytes=1G +Subvolumes=/home /var +MakeDirectories=/home /var