installer: Increase size of /boot to 128M

Fixes #11736

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-05-18 17:14:15 +01:00
parent b7a4672497
commit bea1884bd7

View 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) {