From: Michael Tremer Date: Fri, 18 May 2018 16:14:15 +0000 (+0100) Subject: installer: Increase size of /boot to 128M X-Git-Tag: v2.21-core122~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bea1884bd79cd91c4b31c2bd20c6f06d029c1e22;p=people%2Fstevee%2Fipfire-2.x.git installer: Increase size of /boot to 128M Fixes #11736 Signed-off-by: Michael Tremer --- diff --git a/src/installer/hw.c b/src/installer/hw.c index 06bf42b678..add36c8f49 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -436,7 +436,7 @@ static unsigned long long hw_root_size(struct hw_destination* dest) { } static unsigned long long hw_boot_size(struct hw_destination* dest) { - return MB2BYTES(64); + return MB2BYTES(128); } static int hw_device_has_p_suffix(const struct hw_destination* dest) {