mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
image: bump /boot default size to 200MB
This commit is contained in:
parent
f848474b08
commit
bcf07f980e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ from .cryptsetup import is_luks, get_luks_offset, luks_close, luks_open
|
||||||
|
|
||||||
MAPPER_DIR = '/dev/mapper/'
|
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:
|
def dd_image(input: str, output: str, blocksize='1M') -> CompletedProcess:
|
||||||
|
|
Loading…
Add table
Reference in a new issue