installer: increase bootpartition.

This commit is contained in:
Arne Fitzenreiter
2013-01-13 22:54:10 +01:00
parent e7b7cbae36
commit 558a005279

View File

@@ -330,7 +330,7 @@ int main(int argc, char *argv[])
/* Calculating the amount of free space */
boot_partition = 20; /* in MB */
boot_partition = 64; /* in MB */
system_partition = disk - ( root_partition + swap_file + boot_partition );
fprintf(flog, ", boot = %ld, swap = %ld, mylog = %ld, root = %ld\n",