]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/installer/hw.c
installer: Increase size of /boot to 128M
[ipfire-2.x.git] / 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) {
 }
 
 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) {
 }
 
 static int hw_device_has_p_suffix(const struct hw_destination* dest) {