Skip to content
Snippets Groups Projects
Commit 61716258 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Set minimum OS partition size to 14 GB instead of 15 GB.

parent 31e14a3d
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ paths = [ ...@@ -24,7 +24,7 @@ paths = [
{ {
'mount_point': '/', 'mount_point': '/',
'recommended_types': ('ext4',), 'recommended_types': ('ext4',),
'min_size_gbytes': 15, 'min_size_gbytes': 14,
'min_free_size_gbytes': 5, 'min_free_size_gbytes': 5,
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment