Browse Source
Merge pull request #158 from lluiscampos/bump-rapbian-image-8GB
Require a 8GB SD card for the converted Raspbian
2.0.x
Lluis Campos
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
configs/images/raspberrypi3_raspbian_config
|
|
@ -1,8 +1,8 @@ |
|
|
|
# Real life SD cards typically have less than they advertise. First off, they |
|
|
|
# often use a base of 1000 instead of 1024, and even then they are often smaller |
|
|
|
# than advertised. The number below is based on a conservative target of 3.9GB |
|
|
|
# than advertised. The number below is based on a conservative target of 7.9GB |
|
|
|
# (that's mathematical GB, base 1000), converted to MiB, rounding down. |
|
|
|
MENDER_STORAGE_TOTAL_SIZE_MB=3719 |
|
|
|
MENDER_STORAGE_TOTAL_SIZE_MB=7534 |
|
|
|
|
|
|
|
# Use all there is, which gets us almost, but not quite, to 500MiB free space |
|
|
|
# (about 480MiB at the time of writing). |
|
|
|