Commit 58309fa
committed
gen_partition: set default GROW_LAST_PARTITION_TO_FILL_DISK to false
The parameter --grow-last-partition does not accept any argument and it
supposed to be used to set GROW_LAST_PARTITION_TO_FILL_DISK to true, but
since GROW_LAST_PARTITION_TO_FILL_DISK is already true by default, there
is no current way to set it to false.
Since all current machines are using --grow-last-partition at their
partitions.conf definition, switch GROW_LAST_PARTITION_TO_FILL_DISK
default to false.
Signed-off-by: Ricardo Salveti <[email protected]>1 parent 93305b1 commit 58309fa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments