pmb.config.init.boot_size: set to 256 MiB (MR 2037)

Increase the boot partition size from 128 MiB to 256 MiB, as we are
already close to reaching the current limit. By having twice the size,
it should be possible to have atomic replacements of all initramfs
related files.
This commit is contained in:
Oliver Smith 2021-03-21 18:15:54 +01:00 committed by Martijn Braam
parent c3526f3271
commit 03e9fb0570
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ defaults = {
"ui_extras": False,
"user": "user",
"work": os.path.expanduser("~") + "/.local/var/pmbootstrap",
"boot_size": "128",
"boot_size": "256",
"extra_space": "0",
"sudo_timer": False
}