~postmarketos/pmbootstrap

03e9fb05709432407f1a9c4c646e742c592a4970 — Oliver Smith 3 years ago c3526f3
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M pmb/config/__init__.py
M pmb/config/__init__.py => pmb/config/__init__.py +1 -1
@@ 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
}