X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Finstaller%2Fhw.c;h=236737c8e570fda18701cd47649e457ac3f8f86d;hb=06cb5c1bb7cdfafb8bf0bcb0b6d00c5548958806;hp=0ed6050b30b9e3ddb49893973c1f038966a7e582;hpb=ca119bb268d98a0afef7819fa23e16332dd6d07e;p=ipfire-2.x.git diff --git a/src/installer/hw.c b/src/installer/hw.c index 0ed6050b30..236737c8e5 100644 --- a/src/installer/hw.c +++ b/src/installer/hw.c @@ -492,7 +492,7 @@ static unsigned long long hw_swap_size(struct hw_destination* dest) { } static unsigned long long hw_boot_size(struct hw_destination* dest) { - return MB2BYTES(128); + return MB2BYTES(256); } static int hw_device_has_p_suffix(const struct hw_destination* dest) {