From 558a00527937969b0090c01d10cc60a812254922 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 13 Jan 2013 22:54:10 +0100 Subject: [PATCH] installer: increase bootpartition. --- src/install+setup/install/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5