]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
installer: increase bootpartition.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 13 Jan 2013 21:54:10 +0000 (22:54 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 13 Jan 2013 21:54:10 +0000 (22:54 +0100)
src/install+setup/install/main.c

index b1d512a71b8e00a7a3156ae66c2569f9201e8228..258b3e47feba44f00f9a6b5b56f0eb12d2e11778 100644 (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",