From 444254c8689fac2ecb3e90da7c50c300efe8d985 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 19 Jan 2025 17:58:05 +0100 Subject: [PATCH] Add kernel command line to addon Let's allow adding making more than just initrd addons. --- mkosi/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 055ac1003..df2f229c1 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -2175,6 +2175,7 @@ def make_addon(context: Context, stub: Path, output: Path) -> None: context, stub, output, + cmdline=context.config.kernel_command_line, arguments=arguments, options=options, ) -- 2.47.2