]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
installer: Increase size of /boot to 128M
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 May 2018 16:14:15 +0000 (17:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 May 2018 19:59:06 +0000 (20:59 +0100)
Fixes #11736

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/installer/hw.c

index 06bf42b6784fafa4c39d43a50938b50f5c6aed63..add36c8f49fdaa1ffdf5bc068cd221a59856ea5f 100644 (file)
@@ -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) {