This commit is contained in:
Marc Beninca 2024-02-16 19:49:37 +01:00
parent 74ef745745
commit 07a596711d

View file

@ -14,7 +14,7 @@ MODULES = {
def make_image(image_format: str, image_path: str, modules: list[str], def make_image(image_format: str, image_path: str, modules: list[str],
memdisk_path: str, pubkey_path: str=None) -> None: memdisk_path: str, pubkey_path: str = None) -> None:
args = [ args = [
('grub-mkimage'), ('grub-mkimage'),
('--compress', COMPRESSION), ('--compress', COMPRESSION),