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)
This commit is contained in:
Harald Sitter
2024-03-16 19:07:50 +01:00
parent 0355e8750c
commit 8ffe1df5ac

View File

@@ -20,5 +20,5 @@ partitionLayout:
filesystem: "btrfs"
mountPoint: "/"
size: 100%
minSize: 4098M
minSize: 10G
# TODO warn when user have an unsupported disk setup