X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=src%2Finstaller%2Fhw.c;fp=src%2Finstaller%2Fhw.c;h=add36c8f49fdaa1ffdf5bc068cd221a59856ea5f;hp=06bf42b6784fafa4c39d43a50938b50f5c6aed63;hb=bea1884bd79cd91c4b31c2bd20c6f06d029c1e22;hpb=b7a46724970feeb1edd11bc779db1ca53da0ccdb 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) {