From 8ffe1df5ac40933afee01ed73ea4df98b36d4b38 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Sat, 16 Mar 2024 19:07:50 +0100 Subject: [PATCH] bump the minimum partition size we'll need at least 10G right now (this may need bumping later because 10G is actually not enough to update the system) --- mkosi.extra/calamares/desktop/modules/partition.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.extra/calamares/desktop/modules/partition.conf b/mkosi.extra/calamares/desktop/modules/partition.conf index 977baad..5996cdb 100644 --- a/mkosi.extra/calamares/desktop/modules/partition.conf +++ b/mkosi.extra/calamares/desktop/modules/partition.conf @@ -20,5 +20,5 @@ partitionLayout: filesystem: "btrfs" mountPoint: "/" size: 100% - minSize: 4098M + minSize: 10G # TODO warn when user have an unsupported disk setup