From 06ba811a760da20da4226256015ff32bb7b987d2 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 15 Aug 2023 10:33:34 +0200 Subject: [PATCH] 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. --- mkosi.presets/system/mkosi.extra/usr/lib/repart.d/20-root.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3