]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/installer/hw.c
installer: Increase size of /boot to 256 MiB
[people/pmueller/ipfire-2.x.git] / src / installer / hw.c
index 0ed6050b30b9e3ddb49893973c1f038966a7e582..236737c8e570fda18701cd47649e457ac3f8f86d 100644 (file)
@@ -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) {