mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
installer: Increase size of /boot to 128M
Fixes #11736 Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user