From: Daan De Meyer Date: Sun, 19 Jan 2025 16:58:05 +0000 (+0100) Subject: Add kernel command line to addon X-Git-Tag: v25~38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3378%2Fhead;p=thirdparty%2Fmkosi.git Add kernel command line to addon Let's allow adding making more than just initrd addons. --- 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, )