|
|
@ -21,10 +21,13 @@ fs: /
|
|
|
|
# in percent, so set it to 100. Perhaps a fixed size is
|
|
|
|
# in percent, so set it to 100. Perhaps a fixed size is
|
|
|
|
# needed (that would be weird though, since you don't know
|
|
|
|
# needed (that would be weird though, since you don't know
|
|
|
|
# how big the card is), use MiB as suffix in that case.
|
|
|
|
# how big the card is), use MiB as suffix in that case.
|
|
|
|
|
|
|
|
# If missing, then it's assumed to be 0, and no resizing
|
|
|
|
|
|
|
|
# will happen.
|
|
|
|
size: 100%
|
|
|
|
size: 100%
|
|
|
|
|
|
|
|
|
|
|
|
# Resizing might not be worth it, though. Set the minimum
|
|
|
|
# Resizing might not be worth it, though. Set the minimum
|
|
|
|
# that it must grow; if it cannot grow that much, the
|
|
|
|
# that it must grow; if it cannot grow that much, the
|
|
|
|
# resizing is skipped. Can be in percentage or absolute
|
|
|
|
# resizing is skipped. Can be in percentage or absolute
|
|
|
|
# size, as above.
|
|
|
|
# size, as above. If missing, then it's assumed to be 0,
|
|
|
|
|
|
|
|
# which means resizing is always worthwhile.
|
|
|
|
atleast: 1000MiB
|
|
|
|
atleast: 1000MiB
|
|
|
|