]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add kernel command line to addon 3378/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 19 Jan 2025 16:58:05 +0000 (17:58 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 19 Jan 2025 16:58:05 +0000 (17:58 +0100)
Let's allow adding making more than just initrd addons.

mkosi/__init__.py

index 055ac100349ff7f99f6306ebee51ced2fd32ec7e..df2f229c19fa25a541141a42a62965fec14d96f5 100644 (file)
@@ -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,
         )