From: Arne Fitzenreiter Date: Sun, 13 Jan 2013 21:54:10 +0000 (+0100) Subject: installer: increase bootpartition. X-Git-Tag: v2.13-beta2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=558a00527937969b0090c01d10cc60a812254922;p=people%2Fms%2Fipfire-2.x.git installer: increase bootpartition. --- diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index b1d512a71b..258b3e47fe 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -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",