No SizeMin= option exists for repart.d; it seems that SizeMinBytes= was
intended.
Update all references accordingly.
Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
be empty. If this option is used, the size allocation algorithm is slightly altered: the partition is
created at least as big as required to fit the data in, i.e. the data size is an additional minimum
size value taken into consideration for the allocation algorithm, similar to and in addition to the
- <varname>SizeMin=</varname> value configured above.</para>
+ <varname>SizeMinBytes=</varname> value configured above.</para>
<para>This option has no effect if the partition it is declared for already exists, i.e. existing
data is never overwritten. Note that the data is copied in before the partition table is updated,
* exists the current size is what we really need. If it doesn't exist yet refuse to allocate less
* than 4K.
*
- * DEFAULT_MIN_SIZE is the default SizeMin= we configure if nothing else is specified. */
+ * DEFAULT_MIN_SIZE is the default SizeMinBytes= we configure if nothing else is specified. */
if (PARTITION_IS_FOREIGN(p)) {
/* Don't allow changing size of partitions not managed by us */