diff --git a/image/image.py b/image/image.py index 75985d5..029954b 100644 --- a/image/image.py +++ b/image/image.py @@ -23,7 +23,7 @@ from .cryptsetup import is_luks, get_luks_offset, luks_close, luks_open MAPPER_DIR = '/dev/mapper/' -IMG_DEFAULT_SIZE_BOOT_MB = 90 +IMG_DEFAULT_SIZE_BOOT_MB = 200 def dd_image(input: str, output: str, blocksize='1M') -> CompletedProcess: