Add 50 MB of free space to the root partition (#986)

Closes #928.
This commit is contained in:
Oliver Smith 2017-12-08 22:48:41 +00:00 committed by GitHub
parent 6c14ce7432
commit 5526c5b8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ def get_subpartitions_size(args):
# Add some free space, see also:
# https://github.com/postmarketOS/pmbootstrap/pull/336
full *= 1.20
full += 50 * 1024 * 1024
boot += 15 * 1024 * 1024
return (full, boot)