mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
installer: increase bootpartition.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user